MapLibre Compose API Reference
Toggle table of contents
0.3.0
common
Platform filter
common
Switch theme
Search in API
MapLibre Compose API Reference
maplibre-compose-material3
/
dev.sargunv.maplibrecompose.material3.controls
/
CompassButton
Compass
Button
@
Composable
fun
CompassButton
(
cameraState
:
CameraState
,
modifier
:
Modifier
=
Modifier
,
onClick
:
(
)
->
Unit
=
{}
,
colors
:
ButtonColors
=
ButtonDefaults.elevatedButtonColors()
,
contentDescription
:
String
=
"Compass"
)
(
source
)