com.nutiteq.maps
Class OpenAerialMap

java.lang.Object
  extended by com.nutiteq.maps.BaseMap
      extended by com.nutiteq.maps.projections.EPSG4326
          extended by com.nutiteq.maps.SimpleWMSMap
              extended by com.nutiteq.maps.OpenAerialMap
All Implemented Interfaces:
GeoMap, Projection, UnstreamedMap

public class OpenAerialMap
extends SimpleWMSMap

Map source for OpenAerialMap.


Constructor Summary
OpenAerialMap(int minZoom, int maxZoom)
           Create new instance of OpenArealMap with given zoom range.
 
Method Summary
 
Methods inherited from class com.nutiteq.maps.SimpleWMSMap
buildPath
 
Methods inherited from class com.nutiteq.maps.projections.EPSG4326
getRatio, mapPosToWgs, setWidthHeightRatio, wgsToMapPos
 
Methods inherited from class com.nutiteq.maps.BaseMap
addTileOverlay, getCopyright, getMapHeight, getMapWidth, getMaxZoom, getMinZoom, getMissingTileImage, getZoomRange, getTileMapBounds, getTileOverlay, getTileSize, setCopyright, setMissingTileImage, zoom
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.nutiteq.maps.GeoMap
addTileOverlay, getCopyright, getMapHeight, getMapWidth, getMaxZoom, getMinZoom, getMissingTileImage, getZoomRange, getTileMapBounds, getTileOverlay, getTileSize, mapPosToWgs, setMissingTileImage, zoom, wgsToMapPos
 

Constructor Detail

OpenAerialMap

public OpenAerialMap(int minZoom,
                     int maxZoom)

Create new instance of OpenArealMap with given zoom range.

Select your zoom range based on coverage availability in the area you wish to display. Minimum zoom level must be at least 2. If smaller value is given, will defaults to 2.

NOTE: because this map source is using tiles in JPEG format, it can cause troubles on phones with lower memory.

Parameters:
minZoom - min zoom for map
maxZoom - max zoom for map