Skip to content

Instantly share code, notes, and snippets.

@hkawii
Last active June 5, 2021 15:54
Show Gist options
  • Save hkawii/c54494192102451fead8015d65ee08c3 to your computer and use it in GitHub Desktop.
Save hkawii/c54494192102451fead8015d65ee08c3 to your computer and use it in GitHub Desktop.
Box(modifier = Modifier.height(500.dp)){
currentLocation.value.let {
MapViewContainer(viewModel.isMapEditable.value, mapView, viewModel)
}
MapPinOverlay()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment