Uses of Interface
de.hybris.platform.storelocator.route.Route
-
Packages that use Route Package Description de.hybris.platform.storelocator.route de.hybris.platform.storelocator.route.impl -
-
Uses of Route in de.hybris.platform.storelocator.route
Methods in de.hybris.platform.storelocator.route that return Route Modifier and Type Method Description RouteDistanceAndRoute. getRoute()Get the route representation, which holds the start and destination and also all the implementation dependant data necessary to display a route on a map -
Uses of Route in de.hybris.platform.storelocator.route.impl
Classes in de.hybris.platform.storelocator.route.impl that implement Route Modifier and Type Class Description classDefaultRouteMethods in de.hybris.platform.storelocator.route.impl that return Route Modifier and Type Method Description RouteDefaultDistanceAndRoute. getRoute()Constructors in de.hybris.platform.storelocator.route.impl with parameters of type Route Constructor Description DefaultDistanceAndRoute(double roadDistance, double eagleFliesDistance, Route route)DefaultDistanceAndRoute(Route route)
-