Interface Map

  • All Known Implementing Classes:
    DefaultMap

    public interface Map
    Represents of map in the store locator service
    • 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:
        List of Location
      • getGps

        GPS getGps()
        get the IGPS representing the map's central point.
        Returns:
        GPS
      • getMapBounds

        MapBounds getMapBounds()
        returns the MapBounds of the map instance. Mapbounds consists of NW and SE corners.