Uses of Interface
de.hybris.platform.storelocator.map.Map
-
-
Uses of Map in de.hybris.platform.commercefacades.storelocator
Methods in de.hybris.platform.commercefacades.storelocator that return Map Modifier and Type Method Description MapStoreLocatorFacade. getLocationsForQuery(java.lang.String searchTerm, int limit)Gets the locations for query. -
Uses of Map in de.hybris.platform.commercefacades.storelocator.impl
Methods in de.hybris.platform.commercefacades.storelocator.impl that return Map Modifier and Type Method Description MapDefaultStoreLocatorFacade. getLocationsForQuery(java.lang.String searchTerm, int limit)Methods in de.hybris.platform.commercefacades.storelocator.impl that return types with arguments of type Map Modifier and Type Method Description protected java.util.List<Map>DefaultStoreLocatorFacade. findAllMaps(java.lang.String languageCode, java.lang.String searchTerm, int limit)Method parameters in de.hybris.platform.commercefacades.storelocator.impl with type arguments of type Map Modifier and Type Method Description protected GPSDefaultStoreLocatorFacade. findCenterPosition(java.util.List<Map> locations)protected java.util.List<Location>DefaultStoreLocatorFacade. sortMapLocations(int limit, java.util.List<Map> locations) -
Uses of Map in de.hybris.platform.storelocator.location
Methods in de.hybris.platform.storelocator.location that return Map Modifier and Type Method Description MapLocationMapService. getMapOfLocations(GPS gps, int limitLocationsCount, BaseStoreModel baseStore)Calculating Map, basing on number of points of interest defined by user and proper radius.MapLocationMapService. getMapOfLocations(java.lang.String searchTerm, java.lang.String countryCode, int limitLocationsCount, BaseStoreModel baseStore)Method looks for nearby locations for given postal code or town name and creates Map object with found data.MapLocationMapService. getMapOfLocationsForPostcode(java.lang.String postalCode, java.lang.String countryCode, int limitLocationsCount, BaseStoreModel baseStore)Method looks for nearest locations (points of interest) to the place defined by postal code and country, and creates Map object with given data.MapLocationMapService. getMapOfLocationsForTown(java.lang.String town, int limitLocationsCount, BaseStoreModel baseStore)Method looks for nearest locations (points of interest) to the place defined by city name, and creates Map object with given data. -
Uses of Map in de.hybris.platform.storelocator.location.impl
Methods in de.hybris.platform.storelocator.location.impl that return Map Modifier and Type Method Description MapDefaultLocationMapService. getMapOfLocations(GPS gps, int limitLocationsCount, BaseStoreModel baseStore)Calculating Map, basing on number of points of interest defined by user and proper radius.MapDefaultLocationMapService. getMapOfLocations(java.lang.String searchTerm, java.lang.String countryCode, int limitLocationsCount, BaseStoreModel baseStore)MapDefaultLocationMapService. getMapOfLocationsForPostcode(java.lang.String postalCode, java.lang.String countryCode, int limitLocationsCount, BaseStoreModel baseStore)MapDefaultLocationMapService. getMapOfLocationsForTown(java.lang.String town, int limitLocationsCount, BaseStoreModel baseStore) -
Uses of Map in de.hybris.platform.storelocator.map
Methods in de.hybris.platform.storelocator.map that return Map Modifier and Type Method Description MapMapService. getMap(GPS gps, double radius, java.util.List<Location> poi, java.lang.String title)get titledMapwith all the points of interest and the given radiusMapMapService. getMap(GPS gps, double radius, java.util.List<Location> poi, java.lang.String title, Location routeTo)MapMapService. getMap(GPS gps, java.lang.String title)get titled Map centered around theGPSlocation.MapMapService. getMap(GPS gps, java.lang.String title, double radius)get titled Map centered around theGPSlocation with a given radius.Methods in de.hybris.platform.storelocator.map with parameters of type Map Modifier and Type Method Description MapBoundsMapService. getMapBoundsForMap(Map map)Gets the map bounds of the given map. -
Uses of Map in de.hybris.platform.storelocator.map.impl
Classes in de.hybris.platform.storelocator.map.impl that implement Map Modifier and Type Class Description classDefaultMapMethods in de.hybris.platform.storelocator.map.impl that return Map Modifier and Type Method Description MapDefaultMapService. getMap(GPS gps, double radius, java.util.List<Location> poi, java.lang.String title)MapDefaultMapService. getMap(GPS center, double radius, java.util.List<Location> poi, java.lang.String title, Location routeTo)MapDefaultMapService. getMap(GPS gps, java.lang.String title)MapDefaultMapService. getMap(GPS gps, java.lang.String title, double radius)Methods in de.hybris.platform.storelocator.map.impl with parameters of type Map Modifier and Type Method Description MapBoundsDefaultMapService. getMapBoundsForMap(Map map)
-