/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.routing/SegmentCameraUpdate
SegmentCameraUpdate
sealed class SegmentCameraUpdate
Inheritors
HasTwoLocations |
HasOneLocation |
HasEmptyLocations |
Types
Name | Summary |
---|---|
HasEmptyLocations | data class HasEmptyLocations(val id: Long) : SegmentCameraUpdate |
HasOneLocation | data class HasOneLocation(val id: Long, val location: Location) : SegmentCameraUpdate |
HasTwoLocations | data class HasTwoLocations(val id: Long, val start: Location, val end: Location) : SegmentCameraUpdate |
Functions
Name | Summary |
---|---|
tripSegmentId | abstract fun tripSegmentId(): Long |