OnLocationMarkerClickListener

fun interface OnLocationMarkerClickListener

Interface for notifying about the location marker being clicked (tapped).

See also

to register this listener.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun onLocationMarkerClick(point: Point, position: GeoCoordinate)

Called when a certain location has been clicked.