ManeuverFeatures

data class ManeuverFeatures(val maneuver: DirectionManeuver, val order: Int, val features: MutableList<Feature>)

Constructors

Link copied to clipboard
constructor(maneuver: DirectionManeuver, order: Int, features: MutableList<Feature>)

Properties

Link copied to clipboard
Link copied to clipboard
val maneuver: DirectionManeuver
Link copied to clipboard
val order: Int