BottomBannerViewController

@IBDesignable
open class BottomBannerViewController : UIViewController, NavigationComponent

A user interface element designed to display the estimated arrival time, distance, and time remaining, as well as give the user a control the cancel the navigation session.

  • The delegate for the view controller.

    Seealso

    BottomBannerViewControllerDelegate

    Declaration

    Swift

    open weak var delegate: BottomBannerViewControllerDelegate?
  • Initializes a BottomBannerViewController that provides ETA, Distance to arrival, and Time to arrival.

    Declaration

    Swift

    override public init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: Bundle?)

    Parameters

    nibNameOrNil

    Ignored.

    nibBundleOrNil

    Ignored.

  • Initializes a BottomBannerViewController that provides ETA, Distance to arrival, and Time to arrival.

    Declaration

    Swift

    required public init?(coder aDecoder: NSCoder)

    Parameters

    aDecoder

    Ignored.