Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun LocationDetails(locationDescription: LocationDescription, navController: NavHostController, location: LngLatAlt?, heading: Float, createBeacon: (location: LngLatAlt) -> Unit, saveMarker: (description: LocationDescription) -> Unit, deleteMarker: (ObjectId) -> Unit, enableStreetPreview: (location: LngLatAlt) -> Unit, getLocationDescription: (location: LngLatAlt) -> LocationDescription, modifier: Modifier = Modifier)
Link copied to clipboard
Link copied to clipboard
fun LocationDetailsScreen(locationDescription: LocationDescription, location: LngLatAlt?, heading: Float, navController: NavHostController, modifier: Modifier = Modifier, viewModel: LocationDetailsViewModel = hiltViewModel())
Link copied to clipboard
fun SaveAndEditMarkerDialog(locationDescription: LocationDescription, location: LngLatAlt?, heading: Float, saveMarker: (description: LocationDescription) -> Unit, deleteMarker: (ObjectId) -> Unit, modifier: Modifier = Modifier, dialogState: MutableState<Boolean>)