MapLibre Compose API Reference
Toggle table of contents
0.14.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
MapLibre Compose API Reference
location
/
org.maplibre.compose.location
/
OrientationProvider
Orientation
Provider
interface
OrientationProvider
(
source
)
Supplies device-heading measurements.
Inheritors
AndroidOrientationProvider
NullOrientationProvider
IosOrientationProvider
Members
Properties
orientation
Link copied to clipboard
abstract
val
orientation
:
StateFlow
<
Orientation
?
>
The latest heading, or
null
before one is available.