public interface MapService
| Modifier and Type | Method and Description |
|---|---|
Map |
getMap(GPS gps,
double radius,
List<Location> poi,
String title)
get titled
Map with all the points of interest and the given radius |
Map |
getMap(GPS gps,
double radius,
List<Location> poi,
String title,
Location routeTo)
|
Map |
getMap(GPS gps,
String title)
get titled Map centered around the
GPS location. |
Map |
getMap(GPS gps,
String title,
double radius)
get titled Map centered around the
GPS location with a given radius. |
MapBounds |
getMapBoundsForMap(Map map)
Gets the map bounds of the given map.
|
Map getMap(GPS gps, String title, double radius) throws MapServiceException
GPS location with a given radius. As no additional placemarks are
required, returned map object that has null KML member Map.getKml().gps - GPStitle - Stringradius - MapMapServiceExceptionMap getMap(GPS gps, String title) throws MapServiceException
GPS location. Default radius 5[km] will be used. As no additional
placemarks are required, returned map object that has null KML member Map.getKml().gps - GPStitle - StringMapMapServiceExceptionMap getMap(GPS gps, double radius, List<Location> poi, String title) throws MapServiceException
Map with all the points of interest and the given radiusMap getMap(GPS gps, double radius, List<Location> poi, String title, Location routeTo) throws MapServiceException
MapBounds getMapBoundsForMap(Map map) throws GeoLocatorException
map - the map to calculate bounds forGeoLocatorException - the geo locator exceptionCopyright © 2017 SAP SE. All Rights Reserved.