AddedList

data class AddedList(val trackId: Int, val points: List<SimpleWaypoint>, val center: Boolean) : WaypointUpdate

Constructors

Link copied to clipboard
constructor(trackId: Int, points: List<SimpleWaypoint>, center: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard