app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.feature_map_editor.domain.model
/
SelectionResult
/
WaypointAdded
Waypoint
Added
data
class
WaypointAdded
(
val
trackId
:
Int
,
val
waypoint
:
SimpleWaypoint
)
:
SelectionResult
Members
Constructors
Waypoint
Added
Link copied to clipboard
constructor
(
trackId
:
Int
,
waypoint
:
SimpleWaypoint
)
Properties
track
Id
Link copied to clipboard
val
trackId
:
Int
waypoint
Link copied to clipboard
val
waypoint
:
SimpleWaypoint