public interface MapService
| Modifier and Type | Method and Description |
|---|---|
Map |
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 |
getMap(GPS gps,
double radius,
java.util.List<Location> poi,
java.lang.String title,
Location routeTo)
|
Map |
getMap(GPS gps,
java.lang.String title)
get titled Map centered around the
GPS location. |
Map |
getMap(GPS gps,
java.lang.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, java.lang.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 - radius size as doubleMapMapServiceException - in the case of errorMap getMap(GPS gps, java.lang.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 - StringMapMapServiceException - in the case of errorMap getMap(GPS gps, double radius, java.util.List<Location> poi, java.lang.String title) throws MapServiceException
Map with all the points of interest and the given radiusgps - GPSradius - radius size as doublepoi - List of Locationtitle - StringMapMapServiceException - in the case of errorMap getMap(GPS gps, double radius, java.util.List<Location> poi, java.lang.String title, Location routeTo) throws MapServiceException
Map that contains list of POIs and a route from the center GPS location to the
'routeTo' Locationgps - GPSradius - radius size as doublepoi - List of Locationtitle - StringrouteTo - LocationMapMapServiceException - in the case of errorMapBounds getMapBoundsForMap(Map map) throws GeoLocatorException
map - the map to calculate bounds forGeoLocatorException - the geo locator exceptionCopyright © 2018 SAP SE. All Rights Reserved.