toggle menu
Android SDK for Indoor Maps
2.1.0
androidJvm
switch theme
search in API
Android SDK for Indoor Maps
/
com.aegir.vmms.wayfinding.model
/
MapDirectionStepList
Map
Direction
Step
List
open
class
MapDirectionStepList
Wrapper for a list of directions
Since
1.1
Members
Constructors
Map
Direction
Step
List
Link copied to clipboard
constructor
(
steps
:
List
<
MapDirectionStep
>
)
Initializes this object with a list of steps
Properties
steps
Link copied to clipboard
open
var
steps
:
List
<
MapDirectionStep
>
Functions
to
JSONArray
Link copied to clipboard
open
fun
toJSONArray
(
)
:
JSONArray
to
JSONString
Link copied to clipboard
open
fun
toJSONString
(
)
:
String