Skip to Content
API ReferenceModelsRoutingDistance

RoutingDistance

data class RoutingDistance(val value: Double)

Represents a distance value returned by the Lazarillo routing API.

This is a simple wrapper around a Double  value representing distance in meters. It is used within SdkStepRoute and SdkLegRoute to express the distance of a step or leg respectively.

See also

RoutingDuration
SdkStepRoute
SdkLegRoute

Constructors

RoutingDistanceconstructor(value: Double )

Properties

value

val value: Double

The distance in meters.

Last updated on