Interface Route
-
- All Superinterfaces:
KmlElement,KmlRoute
- All Known Implementing Classes:
DefaultRoute
public interface Route extends KmlRoute
Represents route information between two points
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCoordinates()Get the string representation of the route.LocationgetDestination()Get route's destinationGPSgetStart()Get route's start-
Methods inherited from interface de.hybris.platform.storelocator.map.markers.KmlElement
getBeginning, getElement, getEnding
-
Methods inherited from interface de.hybris.platform.storelocator.map.markers.KmlRoute
getRouteStyle
-
-