woosmap-sdk
Toggle table of contents
1.1.4
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
woosmap-sdk
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