ComposablePreviewMapView

Composable object for displaying a preview map view in Jetpack Compose.

Functions

Link copied to clipboard
fun PreviewMapView(modifier: Modifier = Modifier, route: Route, destinationImage: BitmapDrawable, routeColor: Int? = null, filePath: String, onTap: () -> Unit = {})

Composable function that creates a PreviewMapView and loads a map package from the provided file path.