abstract fun onMapDoubleClick(@NonNull latLng: LatLng): Unit
Called when the user performs a double-click action on the map. Executed only when none of the overlays (e.g., traffic) handled the gesture.
latLng
- LatLng: The latitude and longitude on the ground that was clicked.