Interface Map
-
- All Known Implementing Classes:
DefaultMap
public interface MapRepresents of map in the store locator service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistanceAndRoutegetDistanceAndRoute()get the route element form the map;GPSgetGps()get the IGPS representing the map's central point.KmlDocumentgetKml()Get the map's imageMapBoundsgetMapBounds()returns theMapBoundsof the map instance.java.util.List<Location>getPointsOfInterest()Get the POIs marked on the map.doublegetRadius()Get the value of map radius in kilometersjava.lang.StringgetTitle()Get the map's title
-
-
-
Method Detail
-
getRadius
double getRadius()
Get the value of map radius in kilometers- Returns:
- radius
-
getPointsOfInterest
java.util.List<Location> getPointsOfInterest()
Get the POIs marked on the map.- Returns:
- List
-
getTitle
java.lang.String getTitle()
Get the map's title- Returns:
ListofLocation
-
getKml
KmlDocument getKml()
Get the map's image- Returns:
KmlDocument
-
getDistanceAndRoute
DistanceAndRoute getDistanceAndRoute()
get the route element form the map;- Returns:
DistanceAndRoute
-
-