BpkHotelMapMarker

fun BpkHotelMapMarker(contentDescription: String, icon: BpkIcon, status: BpkHotelMarkerStatus = BpkHotelMarkerStatus.Unselected, state: MarkerState = rememberMarkerState(), tag: Any? = null, visible: Boolean = true, zIndex: Float? = null, onClick: (Marker) -> Boolean = { false })

Parameters

onClick

Callback invoked when the marker is clicked. Return true to consume the event, for example to disable the default centre map on marker behaviour.