Class TravelGoogleMapsServiceWrapper
java.lang.Object
de.hybris.platform.storelocator.impl.GoogleMapsServiceWrapper
de.hybris.platform.travelservices.storelocator.impl.TravelGoogleMapsServiceWrapper
- All Implemented Interfaces:
de.hybris.platform.storelocator.GeoWebServiceWrapper,TravelGeoWebServiceWrapper
public class TravelGoogleMapsServiceWrapper
extends de.hybris.platform.storelocator.impl.GoogleMapsServiceWrapper
implements TravelGeoWebServiceWrapper
The type Travel google maps service wrapper.
-
Field Summary
FieldsFields inherited from class de.hybris.platform.storelocator.impl.GoogleMapsServiceWrapper
GOOGLE_GEOCODING_URL, GOOGLE_MAPS_URL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.config.ConfigurationServiceprotected de.hybris.platform.storelocator.impl.GoogleMapToolsGets google map tools.protected de.hybris.platform.storelocator.impl.GoogleMapToolsgetMapTools(String url) voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) voidsetGoogleMapTools(de.hybris.platform.storelocator.impl.GoogleMapTools googleMapTools) timeZoneOffset(de.hybris.platform.storelocator.location.Location address) Time zone offset time zone response data.Methods inherited from class de.hybris.platform.storelocator.impl.GoogleMapsServiceWrapper
formatAddress, geocodeAddress, geocodeAddress, getDistanceAndRoute, getDistanceAndRouteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.storelocator.GeoWebServiceWrapper
formatAddress, geocodeAddress, geocodeAddress, getDistanceAndRoute, getDistanceAndRoute
-
Field Details
-
GOOGLE_API_TIMEZONE_URL
- See Also:
-
-
Constructor Details
-
TravelGoogleMapsServiceWrapper
public TravelGoogleMapsServiceWrapper()
-
-
Method Details
-
timeZoneOffset
public TimeZoneResponseData timeZoneOffset(de.hybris.platform.storelocator.location.Location address) throws de.hybris.platform.storelocator.exception.GeoServiceWrapperException Description copied from interface:TravelGeoWebServiceWrapperTime zone offset time zone response data.- Specified by:
timeZoneOffsetin interfaceTravelGeoWebServiceWrapper- Parameters:
address- the address- Returns:
- the time zone response data
- Throws:
de.hybris.platform.storelocator.exception.GeoServiceWrapperException- the geo service wrapper exception
-
getMapTools
- Overrides:
getMapToolsin classde.hybris.platform.storelocator.impl.GoogleMapsServiceWrapper
-
getGoogleMapTools
protected de.hybris.platform.storelocator.impl.GoogleMapTools getGoogleMapTools()Gets google map tools.- Returns:
- the google map tools
-
setGoogleMapTools
public void setGoogleMapTools(de.hybris.platform.storelocator.impl.GoogleMapTools googleMapTools) - Overrides:
setGoogleMapToolsin classde.hybris.platform.storelocator.impl.GoogleMapsServiceWrapper
-
getConfigurationService
protected de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()- Returns:
- the configurationService
-
setConfigurationService
public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) - Parameters:
configurationService- the configurationService to set
-