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
RoutingDistance | constructor(value: Double ) |
Properties
value
val value: DoubleThe distance in meters.
Last updated on