Class DefaultRoute
java.lang.Object
de.hybris.platform.storelocator.route.impl.DefaultRoute
- All Implemented Interfaces:
KmlElement,KmlRoute,Route
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns markup beginnig of this elementGet the string representation of the route.Get route's destinationReturns markup KML representation of this elementReturns markup ending of this elementReturns route's stylegetStart()Get route's start
-
Constructor Details
-
DefaultRoute
- Parameters:
kmlElement-
-
-
Method Details
-
getCoordinates
Description copied from interface:RouteGet the string representation of the route. Contains implementation dependant data- Specified by:
getCoordinatesin interfaceRoute- Returns:
String
-
getBeginning
Description copied from interface:KmlElementReturns markup beginnig of this element- Specified by:
getBeginningin interfaceKmlElement- Returns:
- String
-
getElement
Description copied from interface:KmlElementReturns markup KML representation of this element- Specified by:
getElementin interfaceKmlElement- Returns:
- String
-
getEnding
Description copied from interface:KmlElementReturns markup ending of this element- Specified by:
getEndingin interfaceKmlElement- Returns:
- String
-
getRouteStyle
Description copied from interface:KmlRouteReturns route's style- Specified by:
getRouteStylein interfaceKmlRoute- Returns:
KmlStyle
-
getStart
Description copied from interface:RouteGet route's start -
getDestination
Description copied from interface:RouteGet route's destination- Specified by:
getDestinationin interfaceRoute- Returns:
- the destination
-