Interface Map

All Known Implementing Classes:
DefaultMap

public interface Map
Represents of map in the store locator service
  • Method Details

    • getRadius

      double getRadius()
      Get the value of map radius in kilometers
      Returns:
      radius
    • getPointsOfInterest

      List<Location> getPointsOfInterest()
      Get the POIs marked on the map.
      Returns:
      List
    • getTitle

      String getTitle()
      Get the map's title
      Returns:
      List of Location
    • 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 the MapBounds of the map instance. Mapbounds consists of NW and SE corners.