| Interface | Description |
|---|---|
| IOverlayMenuProvider | |
| ItemizedIconOverlay.ActiveItem | |
| ItemizedIconOverlay.OnItemGestureListener<T> |
When the item is touched one of these methods may be invoked depending on the type of touch.
|
| ItemizedOverlay.OnFocusChangeListener | |
| ItemizedOverlayControlView.ItemizedOverlayControlViewListener | |
| Marker.OnMarkerClickListener | |
| Marker.OnMarkerDragListener | |
| Overlay.Snappable |
Interface definition for overlays that contain items that can be snapped to (for example,
when the user invokes a zoom, this could be called allowing the user to snap the zoom to an
interesting point.)
|
| OverlayManager | |
| Polygon.OnClickListener | |
| Polyline.OnClickListener |
Internal method used to ensure that the infowindow will have a default position in all cases,
so that the user can call showInfoWindow even if no tap occured before.
|
| Class | Description |
|---|---|
| ClickableIconOverlay<DataType> |
ClickableIconOverlay is a clickable icon item on the
MapView containing IGeoPoint,
unique id and
data. |
| CopyrightOverlay |
CopyrightOverlay - uses the
ITileSource.getCopyrightNotice() text to paint on the screen
Original source
Issue 501
Open Street Map's guidance on attribution
created on 1/2/2017. |
| DefaultOverlayManager |
https://github.com/osmdroid/osmdroid/issues/154
|
| FolderOverlay |
A
FolderOverlay is just a group of other Overlays. |
| GroundOverlay |
Place an image on the map, each corner (4) of the image being associated with a
GeoPoint
or only top-left and bottom-right corners |
| GroundOverlay2 | Deprecated
Use
GroundOverlay instead |
| GroundOverlay4 | Deprecated
Use
GroundOverlay instead |
| IconOverlay | |
| ItemizedIconOverlay<Item extends OverlayItem> | |
| ItemizedOverlay<Item extends OverlayItem> |
Draws a list of
OverlayItem as markers to a map. |
| ItemizedOverlayControlView | |
| ItemizedOverlayWithFocus<Item extends OverlayItem> | |
| LinearRing | |
| LineDrawer |
Created by Fabrice on 04/01/2018.
|
| MapEventsOverlay |
Empty overlay than can be used to detect events on the map,
and to throw them to a MapEventsReceiver.
|
| Marker |
A marker is an icon placed at a particular point on the map's surface that can have a popup-
InfoWindow (a bubble)
Mimics the Marker class from Google Maps Android API v2 as much as possible. |
| MinimapOverlay |
Draws a mini-map as an overlay layer.
|
| NonAcceleratedOverlay |
This will allow an
Overlay that is not HW acceleration compatible to work in a HW
accelerated MapView. |
| Overlay | |
| OverlayItem |
An Item that can be displayed in a
ItemizedOverlay or ItemizedIconOverlay. |
| OverlayLayoutParams | |
| OverlayWithIW |
The
OverlayWithIW is an Overlay that
contain data title ,
a snippet or description,
and optionally a "sub-description" and that
can be shown in a popup-InfoWindow (a bubble). |
| PathOverlay | Deprecated
This class is no longer maintained and has various issues.
|
| Polygon |
A polygon on the earth's surface that can have a
popup-
InfoWindow (a bubble). |
| Polyline |
A polyline is a list of points, where line segments are drawn between consecutive points.
|
| PolyOverlayWithIW |
Repository of common methods for Polyline and Polygon
|
| ScaleBarOverlay |
ScaleBarOverlay.java
Puts a scale bar in the top-left corner of the screen, offset by a configurable
number of pixels.
|
| ScaleDiskOverlay |
ScaleDiskOverlay displays a disk of a given radius (distance) around a GeoPoint
|
| SpeechBalloonOverlay |
Overlay that display a title in a "speech balloon"
|
| TilesOverlay |
A
TilesOverlay is responsible to display a MapTileIndex. |
| Enum | Description |
|---|---|
| OverlayItem.HotspotPlace |
Indicates a hotspot for an area.
|
| ScaleBarOverlay.UnitsOfMeasure |