Class TravelGoogleMapTools
java.lang.Object
de.hybris.platform.storelocator.impl.GoogleMapTools
de.hybris.platform.travelservices.storelocator.impl.TravelGoogleMapTools
public class TravelGoogleMapTools
extends de.hybris.platform.storelocator.impl.GoogleMapTools
The type Travel google map tools.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGoogleQuery(de.hybris.platform.storelocator.GPS gps) protected de.hybris.platform.servicelayer.time.TimeServiceGets time service.protected TimeZoneResponseGoogleResponseParserGets time zone response google response parser.voidsetBaseUrl(String baseUrl) voidsetTimeService(de.hybris.platform.servicelayer.time.TimeService timeService) Sets time service.voidsetTimeZoneResponseGoogleResponseParser(TimeZoneResponseGoogleResponseParser timeZoneResponseGoogleResponseParser) Sets time zone response google response parser.timeZoneOffset(de.hybris.platform.storelocator.GPS gps) timeZoneOffset(de.hybris.platform.storelocator.location.Location address) Methods inherited from class de.hybris.platform.storelocator.impl.GoogleMapTools
appendBusinessParams, geocodeAddress, geocodeAddress, getAddressLocationParser, getBaseUrl, getCliendId, getCryptoKey, getDirectionsUrlBuilder, getDistanceAndRoute, getDistanceAndRoute, getGoogleKey, getGoogleQuery, getRouteData, getRouteDataParser, isBusinessAPI, setAddressLocationParser, setCliendId, setCryptoKey, setDirectionsUrlBuilder, setGoogleKey, setRouteDataParser, singAndEncodeURL
-
Constructor Details
-
TravelGoogleMapTools
public TravelGoogleMapTools()
-
-
Method Details
-
timeZoneOffset
public TimeZoneResponseData timeZoneOffset(de.hybris.platform.storelocator.location.Location address) throws de.hybris.platform.storelocator.exception.GeoServiceWrapperException - Throws:
de.hybris.platform.storelocator.exception.GeoServiceWrapperException
-
timeZoneOffset
public TimeZoneResponseData timeZoneOffset(de.hybris.platform.storelocator.GPS gps) throws de.hybris.platform.storelocator.exception.GeoServiceWrapperException - Throws:
de.hybris.platform.storelocator.exception.GeoServiceWrapperException
-
setBaseUrl
- Overrides:
setBaseUrlin classde.hybris.platform.storelocator.impl.GoogleMapTools
-
getGoogleQuery
-
getTimeZoneResponseGoogleResponseParser
Gets time zone response google response parser.- Returns:
- the time zone response google response parser
-
setTimeZoneResponseGoogleResponseParser
public void setTimeZoneResponseGoogleResponseParser(TimeZoneResponseGoogleResponseParser timeZoneResponseGoogleResponseParser) Sets time zone response google response parser.- Parameters:
timeZoneResponseGoogleResponseParser- the time zone response google response parser
-
getTimeService
protected de.hybris.platform.servicelayer.time.TimeService getTimeService()Gets time service.- Returns:
- the time service
-
setTimeService
public void setTimeService(de.hybris.platform.servicelayer.time.TimeService timeService) Sets time service.- Parameters:
timeService- the time service
-