Modifier and Type | Method and Description |
---|---|
Marker |
OSMap.addMarker(MarkerOptions options)
Adds a marker to this map.
|
Modifier and Type | Method and Description |
---|---|
android.view.View |
OSMap.InfoWindowAdapter.getInfoContents(Marker marker)
Provides custom contents for the default info-window frame of a marker.
|
android.view.View |
OSMap.InfoWindowAdapter.getInfoWindow(Marker marker)
Provides a custom info-window for a marker.
|
void |
OSMap.OnInfoWindowClickListener.onInfoWindowClick(Marker marker)
Called when the marker's info window is clicked.
|
boolean |
OSMap.OnMarkerClickListener.onMarkerClick(Marker marker)
Called when a marker has been clicked or tapped.
|
void |
OSMap.OnMarkerDragListener.onMarkerDrag(Marker marker)
Called repeatedly while a marker is being dragged.
|
void |
OSMap.OnMarkerDragListener.onMarkerDragEnd(Marker marker)
Called when a marker has finished beign dragged.
|
void |
OSMap.OnMarkerDragListener.onMarkerDragStart(Marker marker)
Called when a marker starts being dragged.
|
Copyright © 2012–2013 Ordnance Survey. All rights reserved.