Uses of Class
de.hybris.platform.storelocator.data.MapLocationData
-
Packages that use MapLocationData Package Description de.hybris.platform.chinesestoreservices.map de.hybris.platform.chinesestoreservices.map.impl de.hybris.platform.storelocator.impl -
-
Uses of MapLocationData in de.hybris.platform.chinesestoreservices.map
Methods in de.hybris.platform.chinesestoreservices.map that return MapLocationData Modifier and Type Method Description MapLocationDataFirstPlacemarkWinsBaiduResponseParser. extractData(org.springframework.http.client.ClientHttpResponse response) -
Uses of MapLocationData in de.hybris.platform.chinesestoreservices.map.impl
Methods in de.hybris.platform.chinesestoreservices.map.impl that return MapLocationData Modifier and Type Method Description protected MapLocationDataBaiduMapTools. getLocationFromService(java.lang.String urlAddress) -
Uses of MapLocationData in de.hybris.platform.storelocator.impl
Methods in de.hybris.platform.storelocator.impl that return MapLocationData Modifier and Type Method Description MapLocationDataFirstPlacemarkWinsGoogleResponseParser. extractData(org.springframework.http.client.ClientHttpResponse response)Methods in de.hybris.platform.storelocator.impl that return types with arguments of type MapLocationData Modifier and Type Method Description protected org.springframework.web.client.ResponseExtractor<MapLocationData>GoogleMapTools. getAddressLocationParser()Method parameters in de.hybris.platform.storelocator.impl with type arguments of type MapLocationData Modifier and Type Method Description voidGoogleMapTools. setAddressLocationParser(org.springframework.web.client.ResponseExtractor<MapLocationData> addressLocationParser)
-