MapLibre Compose API Reference
Toggle table of contents
0.15.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
MapLibre Compose API Reference
location
/
org.maplibre.compose.location
/
LocationMeasurement
/
LocationMeasurement
Location
Measurement
constructor
(
position
:
Position
,
horizontalAccuracy
:
Length
?
=
null
,
altitudeAccuracy
:
Length
?
=
null
,
distancePerSecond
:
Length
?
=
null
,
distancePerSecondAccuracy
:
Length
?
=
null
,
course
:
Bearing
?
=
null
,
courseAccuracy
:
Rotation
?
=
null
,
measuredAt
:
Instant
)
(
source
)