| 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.
|
void |
LocationServiceTest.testGetLocationsForSearch() |
void |
LocationServiceTest.testGetLocationsNearby() |
void |
LocationServiceTest.testGetLocationsNearbyByPostcode() |
void |
LocationServiceTest.testGetLocationsNearbyByTown() |
void |
LocationServiceTest.testGetLocationsNearbyRadius() |
void |
LocationServiceTest.testGetLocationsNearbySubList() |
void |
LocationMapServiceTest.testGetMapOfLocations() |
| 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.
|
| 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 |
|---|---|
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) |
Copyright © 2017 SAP SE. All Rights Reserved.