NavigationMap.OnMapClickListener

public static interface NavigationMap.OnMapClickListener

Callback interface for when the user taps on the map.

Listeners will be invoked on the Android UI thread.

Public Method Summary

abstract void
onMapClick(LatLng point)
Called when the user makes a tap gesture on the map.

Public Methods

public abstract void onMapClick (LatLng point)

Called when the user makes a tap gesture on the map.

Implementations of this method are always invoked on the Android UI thread.

Parameters
point The point on the ground (projected from the screen point) that was tapped.