Class OsmTileServer


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

      • TILESERVERS

        public static final OsmTileServer[] TILESERVERS
        A default OSM tile server
    • Constructor Detail

      • 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