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