toggle menu
woosmap-sdk
1.1.3
androidJvm
switch theme
search in API
woosmap-sdk
/
com.woosmap.sdk.api.indoor
/
DirectionsRoute
Directions
Route
data
class
DirectionsRoute
(
val
bounds
:
IndoorBounds
,
val
legs
:
List
<
DirectionsLeg
>
)
Members
Constructors
Directions
Route
Link copied to clipboard
constructor
(
bounds
:
IndoorBounds
,
legs
:
List
<
DirectionsLeg
>
)
Properties
bounds
Link copied to clipboard
val
bounds
:
IndoorBounds
legs
Link copied to clipboard
val
legs
:
List
<
DirectionsLeg
>
steps
Link copied to clipboard
val
steps
:
Iterator
<
Pair
<
DirectionsLeg
,
DirectionsStep
>
>
Iterator to go through all steps in all legs