PrimaryInfo

data class PrimaryInfo(@DrawableRes val maneuverIconId: Int, val distance: Length, val cue: Maneuver.Cue?, val condensed: Boolean)

Constructors

Link copied to clipboard
constructor(@DrawableRes maneuverIconId: Int, distance: Length, cue: Maneuver.Cue?, condensed: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val cue: Maneuver.Cue?
Link copied to clipboard
val distance: Length
Link copied to clipboard