SnowMappy SDK
androidJvm
SnowMappy SDK
/
io.bemappy.sdk.models
/
ManeuverFeatures
Maneuver
Features
data
class
ManeuverFeatures
(
val
maneuver
:
DirectionManeuver
,
val
order
:
Int
,
val
features
:
MutableList
<
Feature
>
)
Members
Constructors
Maneuver
Features
Link copied to clipboard
constructor
(
maneuver
:
DirectionManeuver
,
order
:
Int
,
features
:
MutableList
<
Feature
>
)
Properties
features
Link copied to clipboard
val
features
:
MutableList
<
Feature
>
maneuver
Link copied to clipboard
val
maneuver
:
DirectionManeuver
order
Link copied to clipboard
val
order
:
Int