
MapView,
MapController, DefaultOverlayManager
and all of the overlay structures.See: Description
| Interface | Description |
|---|---|
| CustomZoomButtonsController.OnZoomListener | |
| MapView.OnFirstLayoutListener |
| Class | Description |
|---|---|
| CustomZoomButtonsController | |
| CustomZoomButtonsDisplay | |
| MapController | |
| MapController.ZoomAnimationListener | |
| MapView |
This is the primary view for osmdroid.
|
| MapView.LayoutParams |
Per-child layout information associated with OpenStreetMapView.
|
| MapViewRepository |
Repository for a MapView
Designed for "singleton-like" objects that need a clean detach
|
| Projection |
A Projection serves to translate between the coordinate system of x/y on-screen pixel coordinates
and that of latitude/longitude points on the surface of the earth.
|
| Enum | Description |
|---|---|
| CustomZoomButtonsController.Visibility | |
| CustomZoomButtonsDisplay.HorizontalPosition | |
| CustomZoomButtonsDisplay.VerticalPosition |
MapView,
MapController, DefaultOverlayManager
and all of the overlay structures. In general, if it can be seen by the user, it's probably in here.