Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.map.components
/
CustomMapLayersSheet
Custom
Map
Layers
Sheet
@
Composable
fun
CustomMapLayersSheet
(
mapLayers
:
List
<
MapLayerItem
>
,
onToggleVisibility
:
(
String
)
->
Unit
,
onRemoveLayer
:
(
String
)
->
Unit
,
onAddLayerClicked
:
(
)
->
Unit
)