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)