Skip to Content
API ReferenceModelsRoutingDuration

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

RoutingDurationconstructor(value: Double )

Properties

value

val value: Double

The duration in seconds.

Last updated on