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 | |
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.)
|
Class | Description |
---|---|
DirectedLocationOverlay | |
ItemizedIconOverlay<Item extends OverlayItem> | |
ItemizedOverlay<Item extends OverlayItem> |
Draws a list of
OverlayItem as markers to a map. |
ItemizedOverlayControlView | |
ItemizedOverlayWithFocus<Item extends OverlayItem> | |
MinimapOverlay |
Draws a mini-map as an overlay layer.
|
MyLocationOverlay | Deprecated
Use
MyLocationNewOverlay instead. |
Overlay |
Base class representing an overlay which may be displayed on top of a
MapView . |
OverlayItem |
Immutable class describing a GeoPoint with a Title and a Description.
|
OverlayManager | |
PathOverlay | |
SafeDrawOverlay |
An overlay class that uses the safe drawing canvas to draw itself and can be zoomed in to high
levels without drawing issues.
|
ScaleBarOverlay | |
SimpleLocationOverlay | |
TilesOverlay |
These objects are the principle consumer of map tiles.
|
Enum | Description |
---|---|
OverlayItem.HotspotPlace |
Indicates a hotspot for an area.
|
Copyright © 2014. All Rights Reserved.