onLocationMarkerClick

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract fun onLocationMarkerClick(point: Point, position: GeoPoint)

Called when a certain location has been clicked.

Parameters

point

Point representing the clicked screen coordinates.

position

GeoPoint of the location clicked on the map.