public interface Map
| Modifier and Type | Method and Description |
|---|---|
DistanceAndRoute |
getDistanceAndRoute()
get the route element form the map;
|
GPS |
getGps()
get the IGPS representing the map's central point.
|
KmlDocument |
getKml()
Get the map's image
|
MapBounds |
getMapBounds()
returns the
MapBounds of the map instance. |
java.util.List<Location> |
getPointsOfInterest()
Get the POIs marked on the map.
|
double |
getRadius()
Get the value of map radius in kilometers
|
java.lang.String |
getTitle()
Get the map's title
|
double getRadius()
java.util.List<Location> getPointsOfInterest()
java.lang.String getTitle()
List of LocationKmlDocument getKml()
KmlDocumentDistanceAndRoute getDistanceAndRoute()
DistanceAndRouteCopyright © 2018 SAP SE. All Rights Reserved.