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
/
JoinedTracks
Joined
Tracks
data
class
JoinedTracks
(
val
trackIdStayed
:
Int
,
val
trackIdRemoved
:
Int
)
:
WaypointUpdate
Members
Constructors
Joined
Tracks
Link copied to clipboard
constructor
(
trackIdStayed
:
Int
,
trackIdRemoved
:
Int
)
Properties
track
Id
Removed
Link copied to clipboard
val
trackIdRemoved
:
Int
track
Id
Stayed
Link copied to clipboard
val
trackIdStayed
:
Int