Class OsmTileServer

java.lang.Object

public final class OsmTileServer
extends TileServer
This class encapsulates a tileserver, which has the concept of a baseurl and a maximum zoom level.
  • Field Details

  • Constructor Details

    • OsmTileServer

      public OsmTileServer​(java.lang.String url, int maxZoom)
      Initializes an Open Streat Map TileServer
      Parameters:
      url - the url to the server
      maxZoom - the max zoom level supported by this server