Class OpenStreetMapProvider


public class OpenStreetMapProvider extends TiledProvider
This is an OpenStreetMap Provider http://www.openstreetmap.org/
  • Constructor Details

    • OpenStreetMapProvider

      public OpenStreetMapProvider()
      Empty Constructor
  • Method Details

    • attribution

      public String attribution()

      The provider attribution.

      Returns

      a String of the provider attribution

      Specified by:
      attribution in class MapProvider
    • maxZoomLevel

      public int maxZoomLevel()
      Maximal zoom level. Zoom levels are counted from zero to maxZoomLevel(). 0 is farest view, where the scale is greatest.
      Specified by:
      maxZoomLevel in class MapProvider