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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class de.hybris.platform.storelocator.impl.GoogleMapsServiceWrapper

    GOOGLE_GEOCODING_URL, GOOGLE_MAPS_URL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected de.hybris.platform.servicelayer.config.ConfigurationService
     
    protected de.hybris.platform.storelocator.impl.GoogleMapTools
    Gets google map tools.
    protected de.hybris.platform.storelocator.impl.GoogleMapTools
     
    void
    setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService)
     
    void
    setGoogleMapTools(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, getDistanceAndRoute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.hybris.platform.storelocator.GeoWebServiceWrapper

    formatAddress, geocodeAddress, geocodeAddress, getDistanceAndRoute, getDistanceAndRoute
  • Field Details

  • 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: TravelGeoWebServiceWrapper
      Time zone offset time zone response data.
      Specified by:
      timeZoneOffset in interface TravelGeoWebServiceWrapper
      Parameters:
      address - the address
      Returns:
      the time zone response data
      Throws:
      de.hybris.platform.storelocator.exception.GeoServiceWrapperException - the geo service wrapper exception
    • getMapTools

      protected de.hybris.platform.storelocator.impl.GoogleMapTools getMapTools(String url)
      Overrides:
      getMapTools in class de.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:
      setGoogleMapTools in class de.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