Package-level declarations

Types

Link copied to clipboard

Defines the visual appearance of the Scalebar.

Functions

Link copied to clipboard
fun Scalebar(    maxWidth: Dp,     unitsPerDip: Double,     viewpoint: Viewpoint?,     spatialReference: SpatialReference?,     modifier: Modifier = Modifier,     autoHideDelay: Duration = Duration.INFINITE,     minScale: Double = 0.0,     useGeodeticCalculations: Boolean = true,     style: ScalebarStyle = ScalebarStyle.AlternatingBar,     units: UnitSystem = rememberDefaultUnitSystem(),     colorScheme: ScalebarColors = ScalebarDefaults.colors(),     shapes: ScalebarShapes = ScalebarDefaults.shapes(),     labelTypography: LabelTypography = ScalebarDefaults.typography())

A composable UI component to display a Scalebar. A Scalebar displays the representation of an accurate linear measurement on the map. It provides a visual indication through which users can determine the size of features or the distance between features on a map.