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
/
AddedList
Added
List
data
class
AddedList
(
val
trackId
:
Int
,
val
points
:
List
<
SimpleWaypoint
>
,
val
center
:
Boolean
)
:
WaypointUpdate
Members
Constructors
Added
List
Link copied to clipboard
constructor
(
trackId
:
Int
,
points
:
List
<
SimpleWaypoint
>
,
center
:
Boolean
)
Properties
center
Link copied to clipboard
val
center
:
Boolean
points
Link copied to clipboard
val
points
:
List
<
SimpleWaypoint
>
track
Id
Link copied to clipboard
val
trackId
:
Int