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