app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.feature_map_editor.domain.model
/
UiMapState
Ui
Map
State
data
class
UiMapState
(
val
selectedTrackIds
:
MutableList
<
Int
>
,
val
selectedPoints
:
MutableList
<
Pair
<
Int
,
Double
>
>
)
Edit state meant for UI
Members
Constructors
Ui
Map
State
Link copied to clipboard
constructor
(
selectedTrackIds
:
MutableList
<
Int
>
,
selectedPoints
:
MutableList
<
Pair
<
Int
,
Double
>
>
)
Properties
selected
Points
Link copied to clipboard
val
selectedPoints
:
MutableList
<
Pair
<
Int
,
Double
>
>
selected
Track
Ids
Link copied to clipboard
val
selectedTrackIds
:
MutableList
<
Int
>