SnowMappy SDK
androidJvm
SnowMappy SDK
/
io.bemappy.sdk.models
/
NavigationStep
Navigation
Step
data
class
NavigationStep
(
val
feature
:
Feature
?
,
val
order
:
Int
,
val
duration
:
Double
,
val
length
:
Double
,
val
directionText
:
String
,
val
maneuverMessages
:
List
<
String
>
,
val
maneuverType
:
ManeuverType
)
:
Parcelable
Members
Constructors
Navigation
Step
Link copied to clipboard
constructor
(
maneuverFeatures
:
ManeuverFeatures
,
feature
:
Feature
?
)
constructor
(
feature
:
Feature
?
,
order
:
Int
,
duration
:
Double
,
length
:
Double
,
directionText
:
String
,
maneuverMessages
:
List
<
String
>
,
maneuverType
:
ManeuverType
)
Properties
direction
Text
Link copied to clipboard
val
directionText
:
String
duration
Link copied to clipboard
val
duration
:
Double
feature
Link copied to clipboard
val
feature
:
Feature
?
length
Link copied to clipboard
val
length
:
Double
maneuver
Messages
Link copied to clipboard
val
maneuverMessages
:
List
<
String
>
maneuver
Type
Link copied to clipboard
val
maneuverType
:
ManeuverType
order
Link copied to clipboard
val
order
:
Int