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
/
RemovedSegment
Removed
Segment
data
class
RemovedSegment
(
val
trackId
:
Int
,
val
startId
:
Double
,
val
endId
:
Double
)
:
WaypointUpdate
Members
Constructors
Removed
Segment
Link copied to clipboard
constructor
(
trackId
:
Int
,
startId
:
Double
,
endId
:
Double
)
Properties
end
Id
Link copied to clipboard
val
endId
:
Double
start
Id
Link copied to clipboard
val
startId
:
Double
track
Id
Link copied to clipboard
val
trackId
:
Int