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