public static interface OSMap.OnMapLongClickListener
Listeners will be invoked on the main thread.
Modifier and Type | Method and Description |
---|---|
void |
onMapLongClick(GridPoint gp)
Called when the user makes a long-press gesture on the map, but only if none of the overlays of the map handled the gesture.
|
void onMapLongClick(GridPoint gp)
gp
- The point on the ground (projected from the screen point) that was tapped.Copyright © 2012–2013 Ordnance Survey. All rights reserved.