DirectionsLeg

data class DirectionsLeg(val distance: DistanceValue, val duration: DurationValue, val startLocation: IndoorLocation, val endLocation: IndoorLocation, val steps: List<DirectionsStep>)

Constructors

Link copied to clipboard
constructor(distance: DistanceValue, duration: DurationValue, startLocation: IndoorLocation, endLocation: IndoorLocation, steps: List<DirectionsStep>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard