Uses of Interface
de.hybris.platform.storelocator.route.GeolocationDirectionsUrlBuilder
-
Packages that use GeolocationDirectionsUrlBuilder Package Description de.hybris.platform.storelocator.impl de.hybris.platform.storelocator.route.impl -
-
Uses of GeolocationDirectionsUrlBuilder in de.hybris.platform.storelocator.impl
Methods in de.hybris.platform.storelocator.impl that return GeolocationDirectionsUrlBuilder Modifier and Type Method Description protected GeolocationDirectionsUrlBuilderGoogleMapTools. getDirectionsUrlBuilder()Methods in de.hybris.platform.storelocator.impl with parameters of type GeolocationDirectionsUrlBuilder Modifier and Type Method Description voidGoogleMapTools. setDirectionsUrlBuilder(GeolocationDirectionsUrlBuilder directionsUrlBuilder) -
Uses of GeolocationDirectionsUrlBuilder in de.hybris.platform.storelocator.route.impl
Classes in de.hybris.platform.storelocator.route.impl that implement GeolocationDirectionsUrlBuilder Modifier and Type Class Description classDefaultGeolocationDirectionsUrlBuilderBuilds GET directions URL according to google maps API.
-