Package-level declarations
Types
Functions
Link copied to clipboard
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 })
Link copied to clipboard
fun BpkIconMapMarker(contentDescription: String, icon: BpkIcon, status: BpkIconMarkerStatus = BpkIconMarkerStatus.Default, state: MarkerState = rememberMarkerState(), tag: Any? = null, visible: Boolean = true, zIndex: Float? = null, onClick: (Marker) -> Boolean = { false })
Link copied to clipboard
fun BpkPoiMapMarker(contentDescription: String, icon: BpkIcon, status: BpkPoiMarkerStatus = BpkPoiMarkerStatus.Unselected, state: MarkerState = rememberMarkerState(), tag: Any? = null, visible: Boolean = true, zIndex: Float? = null, onClick: (Marker) -> Boolean = { false })
Link copied to clipboard
fun BpkPriceMapMarker(title: String, status: BpkPriceMarkerStatus = BpkPriceMarkerStatus.Default, state: MarkerState = rememberMarkerState(), tag: Any? = null, visible: Boolean = true, zIndex: Float? = null, onClick: (Marker) -> Boolean = { false })
Link copied to clipboard
fun BpkPriceMapMarkerV2(title: String, status: BpkPriceMarkerV2Status = BpkPriceMarkerV2Status.Unselected, state: MarkerState = rememberMarkerState(), tag: Any? = null, visible: Boolean = true, zIndex: Float? = null, onClick: (Marker) -> Boolean = { false })
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun PriceMarkerV2Layout(title: String, status: BpkPriceMarkerV2Status, modifier: Modifier = Modifier)