TripProgressUpdateValue

class TripProgressUpdateValue

Represents a trip progress update to be rendered

Parameters

estimatedTimeToArrival

the estimated time to arrival

distanceRemaining

the distance remaining

currentLegTimeRemaining

the time remaining for the current leg

totalTimeRemaining

the total time remaining

percentRouteTraveled

the percentage of the route traveled

trafficCongestionColor

reserved for future use

formatter

an object containing various types of formatters

Properties

Link copied to clipboard
val currentLegTimeRemaining: Double
Link copied to clipboard
val distanceRemaining: Double
Link copied to clipboard
val estimatedTimeToArrival: Long
Link copied to clipboard
val formatter: TripProgressUpdateFormatter
Link copied to clipboard
val percentRouteTraveled: Double
Link copied to clipboard
val totalTimeRemaining: Double
Link copied to clipboard
val trafficCongestionColor: Int