RoutingDuration
data class RoutingDuration(val value: Double)Represents a time duration value returned by the Lazarillo routing API.
This is a simple wrapper around a Double value representing duration in seconds. It is used within SdkStepRoute and SdkLegRoute to express the estimated travel time of a step or leg respectively.
See also
| RoutingDistance |
| SdkStepRoute |
| SdkLegRoute |
Constructors
RoutingDuration | constructor(value: Double ) |
Properties
value
val value: DoubleThe duration in seconds.
Last updated on