Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-ui
/
org.meshtastic.core.ui.component
/
ElevationInfo
Elevation
Info
@
Composable
fun
ElevationInfo
(
modifier
:
Modifier
=
Modifier
,
altitude
:
Int
,
system
:
Config.DisplayConfig.DisplayUnits
,
suffix
:
String
=
stringResource(Res.string.elevation_suffix)
,
contentColor
:
Color
=
MaterialTheme.colorScheme.onSurface
)
(
source
)