Package | Description |
---|---|
org.osmdroid.api |
Modifier and Type | Method and Description |
---|---|
Marker |
Marker.anchor(Marker.Anchor aAnchor)
Anchor of marker.
|
Marker |
Marker.bitmap(android.graphics.Bitmap aBitmap)
Bitmap of marker.
|
Marker |
Marker.icon(int aIcon)
Resource id of marker.
|
Marker |
Marker.snippet(String aSnippet)
Snippet displayed below the title.
|
Marker |
Marker.title(String aTitle)
The title of the marker.
|
Modifier and Type | Method and Description |
---|---|
void |
IMap.addMarker(Marker marker)
Add a marker.
|
Copyright © 2014. All Rights Reserved.