FollowingRoute

data class FollowingRoute(val destinationReached: Boolean, val formattedDuration: FormattedDuration, val formattedTimestamp: FormattedTimestamp, val formattedLength: FormattedLength, val infoSheetState: TripCardState) : RouteProgressState

Constructors

Link copied to clipboard
constructor(destinationReached: Boolean, formattedDuration: FormattedDuration, formattedTimestamp: FormattedTimestamp, formattedLength: FormattedLength, infoSheetState: TripCardState)

Properties

Link copied to clipboard
Link copied to clipboard
val formattedDuration: FormattedDuration
Link copied to clipboard
val formattedLength: FormattedLength
Link copied to clipboard
val formattedTimestamp: FormattedTimestamp
Link copied to clipboard