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)