-
public interface IMapViewAn interface that resembles the Google Maps API MapView class and is implemented by the osmdroid org.osmdroid.views.MapView class.
-
-
Method Summary
Modifier and Type Method Description abstract IMapControllergetController()abstract IProjectiongetProjection()abstract intgetZoomLevel()abstract doublegetZoomLevelDouble()abstract doublegetMaxZoomLevel()abstract doublegetLatitudeSpanDouble()abstract doublegetLongitudeSpanDouble()abstract IGeoPointgetMapCenter()abstract voidsetBackgroundColor(int color)-
-
Method Detail
-
getController
abstract IMapController getController()
-
getProjection
abstract IProjection getProjection()
-
getZoomLevel
@Deprecated() abstract int getZoomLevel()
-
getZoomLevelDouble
abstract double getZoomLevelDouble()
-
getMaxZoomLevel
abstract double getMaxZoomLevel()
-
getLatitudeSpanDouble
abstract double getLatitudeSpanDouble()
-
getLongitudeSpanDouble
abstract double getLongitudeSpanDouble()
-
getMapCenter
abstract IGeoPoint getMapCenter()
-
setBackgroundColor
abstract void setBackgroundColor(int color)
-
-
-
-