app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.feature_map_editor.domain.model
/
SelectionResult
/
UpdatedState
Updated
State
data
class
UpdatedState
(
val
selectedTracks
:
List
<
Int
>
,
val
selectedPoints
:
List
<
Pair
<
Int
,
Double
>
>
,
val
direction
:
InsertPosition
?
=
null
)
:
SelectionResult
Members
Constructors
Updated
State
Link copied to clipboard
constructor
(
selectedTracks
:
List
<
Int
>
,
selectedPoints
:
List
<
Pair
<
Int
,
Double
>
>
,
direction
:
InsertPosition
?
=
null
)
Properties
direction
Link copied to clipboard
val
direction
:
InsertPosition
?
=
null
selected
Points
Link copied to clipboard
val
selectedPoints
:
List
<
Pair
<
Int
,
Double
>
>
selected
Tracks
Link copied to clipboard
val
selectedTracks
:
List
<
Int
>