Class BaiduMapsServiceWrapper
java.lang.Object
de.hybris.platform.storelocator.impl.CommerceMockGeoWebServiceWrapper
de.hybris.platform.chinesestoreservices.map.impl.BaiduMapsServiceWrapper
- All Implemented Interfaces:
GeoWebServiceWrapper
The wrapper that performs communication with baidu geo-location services
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatAddress(Location address) Formats the address textual information depending on the implementationgeocodeAddress(AddressData address) Translate AddressData to IGPS using 3rd party servicegeocodeAddress(Location location) Translate IAddress to IGPS using 3rd party serviceprotected BaiduMapToolsprotected BaiduMapToolsgetMapTools(String url) voidsetBaiduMapTools(BaiduMapTools baiduMapTools) Methods inherited from class de.hybris.platform.storelocator.impl.CommerceMockGeoWebServiceWrapper
getBaseStoreService, getCountryIsoGPSLocationMap, getDistanceAndRoute, getDistanceAndRoute, setBaseStoreService, setCountryIsoGPSLocationMap
-
Constructor Details
-
BaiduMapsServiceWrapper
public BaiduMapsServiceWrapper()
-
-
Method Details
-
setBaiduMapTools
-
getMapTools
-
getMapTools
-
formatAddress
Description copied from interface:GeoWebServiceWrapperFormats the address textual information depending on the implementation- Specified by:
formatAddressin interfaceGeoWebServiceWrapper- Overrides:
formatAddressin classCommerceMockGeoWebServiceWrapper- Parameters:
address-Location- Returns:
String
-
geocodeAddress
Description copied from interface:GeoWebServiceWrapperTranslate IAddress to IGPS using 3rd party service- Specified by:
geocodeAddressin interfaceGeoWebServiceWrapper- Overrides:
geocodeAddressin classCommerceMockGeoWebServiceWrapper- Returns:
- IGPS
-
geocodeAddress
Description copied from interface:GeoWebServiceWrapperTranslate AddressData to IGPS using 3rd party service- Specified by:
geocodeAddressin interfaceGeoWebServiceWrapper- Overrides:
geocodeAddressin classCommerceMockGeoWebServiceWrapper- Returns:
- IGPS
-