| Package | Description |
|---|---|
| de.hybris.platform.storelocator.location | |
| de.hybris.platform.storelocator.location.impl |
| Modifier and Type | Method and Description |
|---|---|
Map |
LocationMapService.getMapOfLocations(GPS gps,
int limitLocationsCount,
BaseStoreModel baseStore)
Calculating Map, basing on number of points of interest defined by user and proper radius.
|
Map |
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.
|
Map |
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.
|
Map |
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
DefaultLocationService.getLocationsForSearch(String searchTerm,
String countryCode,
int limitLocationsCount,
BaseStoreModel baseStore) |
Map |
DefaultLocationMapService.getMapOfLocations(GPS gps,
int limitLocationsCount,
BaseStoreModel baseStore)
Calculating Map, basing on number of points of interest defined by user and proper radius.
|
Map |
DefaultLocationMapService.getMapOfLocations(String searchTerm,
String countryCode,
int limitLocationsCount,
BaseStoreModel baseStore) |
Map |
DefaultLocationMapService.getMapOfLocationsForPostcode(String postalCode,
String countryCode,
int limitLocationsCount,
BaseStoreModel baseStore) |
Map |
DefaultLocationMapService.getMapOfLocationsForTown(String town,
int limitLocationsCount,
BaseStoreModel baseStore) |
Copyright © 2017 SAP SE. All Rights Reserved.