InstructionsCardContainerView

public class InstructionsCardContainerView : StylableView, InstructionsCardContainerViewDelegate

A container view for the information currently displayed in InstructionsCardViewController.

  • Color of the background that will be used in case if distance to the next maneuver is higher than threshold distance, defined in InstructionCardHighlightDistance.

    Declaration

    Swift

    @objc
    dynamic public var customBackgroundColor: UIColor
  • Color of the background that will be used when remaining distance to the next maneuver is below threshold distance, defined in InstructionCardHighlightDistance.

    Declaration

    Swift

    @objc
    dynamic public var highlightedBackgroundColor: UIColor
  • Color of the separator between InstructionsCardView or LanesView/NextBannerView.

    Declaration

    Swift

    @objc
    dynamic public var separatorColor: UIColor
  • Color of the separator between InstructionsCardView or LanesView/NextBannerView that will be used when remaining distance to the next maneuver is below threshold distance, defined in InstructionCardHighlightDistance.

    Declaration

    Swift

    @objc
    dynamic public var highlightedSeparatorColor: UIColor