Modifier and Type | Method and Description |
---|---|
MarkerOptions |
MarkerOptions.anchor(float u,
float v)
Specifies the anchor to be at a particular point in the marker image.
|
MarkerOptions |
MarkerOptions.draggable(boolean draggable)
Sets the draggability for the marker.
|
MarkerOptions |
MarkerOptions.gridPoint(GridPoint gp)
Sets the location for the marker.
|
MarkerOptions |
MarkerOptions.icon(BitmapDescriptor icon)
Sets the icon for the marker.
|
MarkerOptions |
MarkerOptions.snippet(String snippet)
Sets the snippet for the marker.
|
MarkerOptions |
MarkerOptions.title(String title)
Sets the title for the marker.
|
MarkerOptions |
MarkerOptions.visible(boolean visible)
Sets the visibility for the marker.
|
Modifier and Type | Method and Description |
---|---|
Marker |
OSMap.addMarker(MarkerOptions options)
Adds a marker to this map.
|
Copyright © 2012–2013 Ordnance Survey. All rights reserved.