Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.map
/
BaseMapViewModel
/
MapFilterState
Map
Filter
State
data
class
MapFilterState
(
val
onlyFavorites
:
Boolean
,
val
showWaypoints
:
Boolean
,
val
showPrecisionCircle
:
Boolean
)
Members
Constructors
Map
Filter
State
Link copied to clipboard
constructor
(
onlyFavorites
:
Boolean
,
showWaypoints
:
Boolean
,
showPrecisionCircle
:
Boolean
)
Properties
only
Favorites
Link copied to clipboard
val
onlyFavorites
:
Boolean
show
Precision
Circle
Link copied to clipboard
val
showPrecisionCircle
:
Boolean
show
Waypoints
Link copied to clipboard
val
showWaypoints
:
Boolean