/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.routing/SegmentCameraUpdate/HasTwoLocations
HasTwoLocations
\ data class HasTwoLocations(val id: Long, val start: Location, val end: Location) : SegmentCameraUpdate
Constructors
HasTwoLocations | constructor(id: Long, start: Location, end: Location) |
Properties
Name | Summary |
---|---|
end | val end: Location |
id | val id: Long |
start | val start: Location |
Functions
Name | Summary |
---|---|
tripSegmentId | open override fun tripSegmentId(): Long |