| Modifier and Type | Method and Description |
|---|---|
Map |
StoreLocatorFacade.getLocationsForQuery(java.lang.String searchTerm,
int limit)
Gets the locations for query.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
DefaultStoreLocatorFacade.getLocationsForQuery(java.lang.String searchTerm,
int limit) |
void |
DefaultStoreLocatorFacadeTest.testGetLocationsForQuery() |
void |
DefaultStoreLocatorFacadeTest.testGetNullLocationsForNullTerm() |
void |
DefaultStoreLocatorFacadeTest.testThreeBaseStoresMiddleOneHasNoLocation()
This test checks 3 things(!!)
|
void |
DefaultStoreLocatorFacadeTest.testThrowGetLocationsForQuery() |
void |
DefaultStoreLocatorFacadeTest.testTwoBaseStores() |
| Modifier and Type | Method and Description |
|---|---|
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 |
MapService.getMap(GPS gps,
double radius,
java.util.List<Location> poi,
java.lang.String title)
get titled
Map with all the points of interest and the given radius |
Map |
MapService.getMap(GPS gps,
double radius,
java.util.List<Location> poi,
java.lang.String title,
Location routeTo)
|
Map |
MapService.getMap(GPS gps,
java.lang.String title)
get titled Map centered around the
GPS location. |
Map |
MapService.getMap(GPS gps,
java.lang.String title,
double radius)
get titled Map centered around the
GPS location with a given radius. |
Copyright © 2018 SAP SE. All Rights Reserved.