Uses of Interface
de.hybris.platform.storelocator.map.Map
Packages that use Map
Package
Description
-
Uses of Map in de.hybris.platform.commercefacades.storelocator
Methods in de.hybris.platform.commercefacades.storelocator that return MapModifier and TypeMethodDescriptionStoreLocatorFacade.getLocationsForQuery(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 MapModifier and TypeMethodDescriptionDefaultStoreLocatorFacade.getLocationsForQuery(String searchTerm, int limit) Methods in de.hybris.platform.commercefacades.storelocator.impl that return types with arguments of type MapModifier and TypeMethodDescriptionDefaultStoreLocatorFacade.findAllMaps(String languageCode, String searchTerm, int limit) Method parameters in de.hybris.platform.commercefacades.storelocator.impl with type arguments of type MapModifier and TypeMethodDescriptionprotected GPSDefaultStoreLocatorFacade.findCenterPosition(List<Map> locations) DefaultStoreLocatorFacade.sortMapLocations(int limit, List<Map> locations) -
Uses of Map in de.hybris.platform.storelocator.location
Methods in de.hybris.platform.storelocator.location that return MapModifier and TypeMethodDescriptionLocationMapService.getMapOfLocations(GPS gps, int limitLocationsCount, BaseStoreModel baseStore) Calculating Map, basing on number of points of interest defined by user and proper radius.LocationMapService.getMapOfLocations(String searchTerm, 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.LocationMapService.getMapOfLocationsForPostcode(String postalCode, 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.LocationMapService.getMapOfLocationsForTown(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 MapModifier and TypeMethodDescriptionDefaultLocationMapService.getMapOfLocations(GPS gps, int limitLocationsCount, BaseStoreModel baseStore) Calculating Map, basing on number of points of interest defined by user and proper radius.DefaultLocationMapService.getMapOfLocations(String searchTerm, String countryCode, int limitLocationsCount, BaseStoreModel baseStore) DefaultLocationMapService.getMapOfLocationsForPostcode(String postalCode, String countryCode, int limitLocationsCount, BaseStoreModel baseStore) DefaultLocationMapService.getMapOfLocationsForTown(String town, int limitLocationsCount, BaseStoreModel baseStore) -
Uses of Map in de.hybris.platform.storelocator.map
Methods in de.hybris.platform.storelocator.map that return MapModifier and TypeMethodDescriptionget titledMapwith all the points of interest and the given radiusget titled Map centered around theGPSlocation.get titled Map centered around theGPSlocation with a given radius.Methods in de.hybris.platform.storelocator.map with parameters of type MapModifier and TypeMethodDescriptionMapService.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 MapMethods in de.hybris.platform.storelocator.map.impl that return MapModifier and TypeMethodDescriptionDefaultMapService.getMap(GPS center, double radius, List<Location> poi, String title, Location routeTo) Methods in de.hybris.platform.storelocator.map.impl with parameters of type Map