DirectionsRoute

data class DirectionsRoute(val bounds: IndoorBounds, val legs: List<DirectionsLeg>)

Constructors

Link copied to clipboard
constructor(bounds: IndoorBounds, legs: List<DirectionsLeg>)

Properties

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

Iterator to go through all steps in all legs