BetterRoutePrompt

data class BetterRoutePrompt(val duration: Duration?, val timeSaving: Duration?)

Data class representing a better route suggestion.

Constructors

Link copied to clipboard
constructor(duration: Duration?, timeSaving: Duration?)

Properties

Link copied to clipboard
val duration: Duration?

The total duration of the suggested better route

Link copied to clipboard
val timeSaving: Duration?

The amount of time that would be saved by taking the better route