ScaleBar

fun ScaleBar(cameraState: CameraState, modifier: Modifier = Modifier, width: Dp = ScaleBarDefaults.width, height: Dp = ScaleBarDefaults.height, colors: ScaleBarColors = ScaleBarDefaults.colors())(source)

A scale bar composable that shows the current scale of the map in feet and meters when zoomed in to the map, changing to miles and kilometers, respectively, when zooming out.