• A view controller that displays the current maneuver instruction as a “card” resembling a user notification. A subsequent maneuver is always partially visible on one side of the view; swiping to one side reveals the full maneuver.

    This class is an alternative to the more traditional banner interface provided by the TopBannerViewController class. To use InstructionsCardViewController, create an instance of it and pass it into the NavigationOptions(styles:navigationService:voiceController:topBanner:bottomBanner:) method.

    See more

    Declaration

    Swift

    open class InstructionsCardViewController : UIViewController
  • A junction view shows an image depicting the layout of a highway junction.

    As the user approaches certain junctions, an enlarged illustration of the junction appears in this view to help the user understand a complex maneuver. A junction view only appears when the relevant data is available.

    See more

    Declaration

    Swift

    public class JunctionView : UIImageView