com.google.android.gms.maps.GoogleMap.OnMapClickListener |
Callback interface for when the user taps on the map.
Listeners will be invoked on the main thread.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the user makes a tap gesture on the map, but only if none of the overlays of
the map handled the gesture.
|
Called when the user makes a tap gesture on the map, but only if none of the overlays of the map handled the gesture. Implementations of this method are always invoked on the main thread.
point | The point on the ground (projected from the screen point) that was tapped. |
---|