app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.feature_map_editor.domain.model
/
WaypointUpdate
/
MovedDone
Moved
Done
data
class
MovedDone
(
val
trackId
:
Int
,
val
pointId
:
Double
,
val
point
:
Pair
<
Double
,
Double
>
)
:
WaypointUpdate
Members
Constructors
Moved
Done
Link copied to clipboard
constructor
(
trackId
:
Int
,
pointId
:
Double
,
point
:
Pair
<
Double
,
Double
>
)
Properties
point
Link copied to clipboard
val
point
:
Pair
<
Double
,
Double
>
point
Id
Link copied to clipboard
val
pointId
:
Double
track
Id
Link copied to clipboard
val
trackId
:
Int