OnMap3DClickListener

public fun interface OnMap3DClickListener


Listener for click events that occur on the 3D map.

Summary

Public methods

abstract void
onMap3DClick(@NonNull LatLngAltitude location, String placeId)

Called when a click event occurs on the 3D map.

Public methods

onMap3DClick

abstract void onMap3DClick(@NonNull LatLngAltitude location, String placeId)

Called when a click event occurs on the 3D map.

Parameters
@NonNull LatLngAltitude location

The location of the click event.

String placeId

The place ID of the clicked place, or null if no place was clicked.