public class OpenStreetMapProvider

  1. Object
  2. MapProvider
  3. TiledProvider
  4. OpenStreetMapProvider
This is an OpenStreetMap Provider http://www.openstreetmap.org/

Constructors

public OpenStreetMapProvider()Empty Constructor

Methods

public String attribution()The provider attribution.
public int maxZoomLevel()Maximal zoom level.

Inherited fields

Inherited methods

Constructor details

OpenStreetMapProvider

public OpenStreetMapProvider()
Empty Constructor

Method details

attribution

public String attribution()
The provider attribution.

Returns

a String of the provider attribution

maxZoomLevel

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