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
/
Moved
Moved
data
class
Moved
(
val
trackId
:
Int
,
val
points
:
List
<
Pair
<
Double
,
Double
>
>
)
:
WaypointUpdate
Members
Constructors
Moved
Link copied to clipboard
constructor
(
trackId
:
Int
,
points
:
List
<
Pair
<
Double
,
Double
>
>
)
Properties
points
Link copied to clipboard
val
points
:
List
<
Pair
<
Double
,
Double
>
>
track
Id
Link copied to clipboard
val
trackId
:
Int