Package | Description |
---|---|
org.osmdroid.views | |
org.osmdroid.views.overlay | |
org.osmdroid.views.overlay.compass | |
org.osmdroid.views.overlay.mylocation |
Modifier and Type | Method and Description |
---|---|
List<Overlay> |
MapView.getOverlays()
You can add/remove/reorder your Overlays using the List of
Overlay . |
Modifier and Type | Class and Description |
---|---|
class |
DirectedLocationOverlay |
class |
ItemizedIconOverlay<Item extends OverlayItem> |
class |
ItemizedOverlay<Item extends OverlayItem>
Draws a list of
OverlayItem as markers to a map. |
class |
ItemizedOverlayWithFocus<Item extends OverlayItem> |
class |
MinimapOverlay
Draws a mini-map as an overlay layer.
|
class |
MyLocationOverlay
Deprecated.
Use
MyLocationNewOverlay instead. |
class |
PathOverlay |
class |
SafeDrawOverlay
An overlay class that uses the safe drawing canvas to draw itself and can be zoomed in to high
levels without drawing issues.
|
class |
ScaleBarOverlay |
class |
SimpleLocationOverlay |
class |
TilesOverlay
These objects are the principle consumer of map tiles.
|
Modifier and Type | Method and Description |
---|---|
Overlay |
OverlayManager.get(int pIndex) |
Overlay |
OverlayManager.remove(int pIndex) |
Overlay |
OverlayManager.set(int pIndex,
Overlay pElement) |
Modifier and Type | Method and Description |
---|---|
Iterable<Overlay> |
OverlayManager.overlaysReversed() |
Modifier and Type | Method and Description |
---|---|
void |
OverlayManager.add(int pIndex,
Overlay pElement) |
Overlay |
OverlayManager.set(int pIndex,
Overlay pElement) |
Modifier and Type | Class and Description |
---|---|
class |
CompassOverlay |
Modifier and Type | Class and Description |
---|---|
class |
MyLocationNewOverlay |
Copyright © 2014. All Rights Reserved.