Maneuvers Model
data class ManeuversModel(val nextManeuver: Maneuver?, val followingManeuver: Maneuver?, val distance: AnnotatedString, val nextRouteName: String, val isOffRoute: Boolean)
Constructors
Link copied to clipboard
constructor(nextManeuver: Maneuver?, followingManeuver: Maneuver?, distance: AnnotatedString, nextRouteName: String, isOffRoute: Boolean)