FollowUpManeuver

data class FollowUpManeuver(@DrawableRes val iconId: Int, val distance: Length) : ManeuverCardState.ManeuverInfo.SecondaryInfo

Constructors

Link copied to clipboard
constructor(@DrawableRes iconId: Int, distance: Length)

Properties

Link copied to clipboard
val distance: Length
Link copied to clipboard
val iconId: Int