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