Uses of Class
de.hybris.platform.storelocator.data.RouteData
-
Packages that use RouteData Package Description de.hybris.platform.storelocator.impl -
-
Uses of RouteData in de.hybris.platform.storelocator.impl
Methods in de.hybris.platform.storelocator.impl that return RouteData Modifier and Type Method Description RouteDataRouteDataGoogleResponseParser. extractData(org.springframework.http.client.ClientHttpResponse response)RouteDataGoogleMapTools. getDistanceAndRoute(GPS start, GPS destination)creates Distance and Route for the given start/destination GPSRouteDataGoogleMapTools. getDistanceAndRoute(Location start, Location destination)creates Distance and Route for the given start/destination locationsprotected RouteDataGoogleMapTools. getRouteData(java.lang.String urlAddress)Methods in de.hybris.platform.storelocator.impl that return types with arguments of type RouteData Modifier and Type Method Description protected org.springframework.web.client.ResponseExtractor<RouteData>GoogleMapTools. getRouteDataParser()Method parameters in de.hybris.platform.storelocator.impl with type arguments of type RouteData Modifier and Type Method Description voidGoogleMapTools. setRouteDataParser(org.springframework.web.client.ResponseExtractor<RouteData> routeDataParser)
-