Interface Map
- All Known Implementing Classes:
DefaultMap
public interface Map
Represents of map in the store locator service
-
Method Summary
Modifier and TypeMethodDescriptionget the route element form the map;getGps()get the IGPS representing the map's central point.getKml()Get the map's imagereturns theMapBoundsof the map instance.Get the POIs marked on the map.doubleGet the value of map radius in kilometersgetTitle()Get the map's title
-
Method Details
-
getRadius
double getRadius()Get the value of map radius in kilometers- Returns:
- radius
-
getPointsOfInterest
Get the POIs marked on the map.- Returns:
- List
-
getTitle
String getTitle()Get the map's title -
getKml
KmlDocument getKml()Get the map's image- Returns:
KmlDocument
-
getGps
GPS getGps()get the IGPS representing the map's central point.- Returns:
GPS
-
getDistanceAndRoute
DistanceAndRoute getDistanceAndRoute()get the route element form the map;- Returns:
DistanceAndRoute
-
getMapBounds
MapBounds getMapBounds()returns theMapBoundsof the map instance. Mapbounds consists of NW and SE corners.
-