Android SDK for Indoor Maps
2.0.5
androidJvm
Android SDK for Indoor Maps
/
com.aegir.vmms.wayfinding.model
/
MapDirectionStep
Map
Direction
Step
open
class
MapDirectionStep
Model that represents a particular leg or step in a waypath.
Members
Constructors
Map
Direction
Step
Link copied to clipboard
constructor
(
htmlDirections
:
String
,
segment
:
WaypathSegment
)
Create a new MapDirection with a default direction indicator of MapDirectionsIcon.
constructor
(
htmlDirections
:
String
,
segment
:
WaypathSegment
,
directionIndicator
:
MapDirectionsIcon
)
Create a new MapDirection with the specified direction indicator
Functions
get
Distance
Raw
Link copied to clipboard
open
fun
getDistanceRaw
(
)
:
Double
to
JSONObject
Link copied to clipboard
open
fun
toJSONObject
(
)
:
JSONObject
to
JSONString
Link copied to clipboard
open
fun
toJSONString
(
)
:
String
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
direction
Icon
Link copied to clipboard
open
var
directionIcon
:
MapDirectionsIcon
distance
Link copied to clipboard
open
var
distance
:
String
instructions
Link copied to clipboard
open
var
instructions
:
String
segment
Link copied to clipboard
open
var
segment
:
WaypathSegment