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 | |
Polyline.OnClickListener |
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 Overlay s. |
GroundOverlay2 |
A ground overlay is an image that is fixed to 2 corners on a map using simple scaling
that does not take into consideration the curvature of the Earth.
|
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 |
Class holding one ring: the polygon outline, or a hole inside the polygon
Used to be an inner class of
Polygon |
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.
|
ScaleBarOverlay | |
TilesOverlay |
A
TilesOverlay is responsible to display a MapTileIndex . |
Enum | Description |
---|---|
OverlayItem.HotspotPlace |
Indicates a hotspot for an area.
|
ScaleBarOverlay.UnitsOfMeasure |