MapLibre Compose API Reference
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
MapLibre Compose API Reference
maplibre-compose-material3
/
dev.sargunv.maplibrecompose.material3.controls
/
ScaleBarMeasures
Scale
Bar
Measures
data
class
ScaleBarMeasures
(
val
primary
:
ScaleBarMeasure
,
val
secondary
:
ScaleBarMeasure
?
=
null
)
(
source
)
Which measures to show on the scale bar.
Members
Constructors
Scale
Bar
Measures
Link copied to clipboard
constructor
(
primary
:
ScaleBarMeasure
,
secondary
:
ScaleBarMeasure
?
=
null
)
Properties
primary
Link copied to clipboard
val
primary
:
ScaleBarMeasure
secondary
Link copied to clipboard
val
secondary
:
ScaleBarMeasure
?
=
null