| Package | Description |
|---|---|
| de.hybris.platform.storelocator.location | |
| de.hybris.platform.storelocator.location.impl | |
| de.hybris.platform.storelocator.map | |
| de.hybris.platform.storelocator.map.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 |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Map |
MapService.getMap(GPS gps,
double radius,
List<Location> poi,
String title)
get titled
Map with all the points of interest and the given radius |
Map |
MapService.getMap(GPS gps,
double radius,
List<Location> poi,
String title,
Location routeTo)
|
Map |
MapService.getMap(GPS gps,
String title)
get titled Map centered around the
GPS location. |
Map |
MapService.getMap(GPS gps,
String title,
double radius)
get titled Map centered around the
GPS location with a given radius. |
| Modifier and Type | Method and Description |
|---|---|
MapBounds |
MapService.getMapBoundsForMap(Map map)
Gets the map bounds of the given map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMap |
| Modifier and Type | Method and Description |
|---|---|
Map |
DefaultMapService.getMap(GPS gps,
double radius,
List<Location> poi,
String title) |
Map |
DefaultMapService.getMap(GPS center,
double radius,
List<Location> poi,
String title,
Location routeTo) |
Map |
DefaultMapService.getMap(GPS gps,
String title) |
Map |
DefaultMapService.getMap(GPS gps,
String title,
double radius) |
| Modifier and Type | Method and Description |
|---|---|
MapBounds |
DefaultMapService.getMapBoundsForMap(Map map) |
Copyright © 2017 SAP SE. All Rights Reserved.