InstructionsIconsStyles

data class InstructionsIconsStyles(var maneuverStyle: SymbolicManeuverStyle? = null, var chainedManeuverStyle: SymbolicManeuverStyle? = null, var signPostStyle: SignPostStyle? = null, var laneInfoStyle: LaneInfoStyle? = null, var useDarkModeIcons: Boolean)

Holds styles for symbolic maneuvers and signposts that will be received in guidance using InstructionsListener

Constructors

Link copied to clipboard
constructor(maneuverStyle: SymbolicManeuverStyle? = null, chainedManeuverStyle: SymbolicManeuverStyle? = null, signPostStyle: SignPostStyle? = null, laneInfoStyle: LaneInfoStyle? = null, useDarkModeIcons: Boolean)

Properties

Link copied to clipboard

the SymbolicManeuverStyle for the chained symbolic maneuvers icons during guidance.

Link copied to clipboard

the LaneInfoStyle for the lane info icons.

Link copied to clipboard

the SymbolicManeuverStyle for the symbolic maneuvers icons during guidance.

Link copied to clipboard

the SignPostStyle for the signpost icons.

Link copied to clipboard

defines if custom instructions will be set to dark mode. If set to true, custom instructions icons will be those for the dark mode, otherwise it will be those for the light mode.