-
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.
See moreDeclaration
Swift
@IBDesignable open class BottomBannerViewController : UIViewController, NavigationComponent
-
See moreBottomBannerViewControllerDelegate
provides a method for reacting to the user tapping on the “cancel” button in theBottomBannerViewController
.Declaration
Swift
public protocol BottomBannerViewControllerDelegate : AnyObject
-
A view that displays a speed limit and resembles a real-world speed limit sign.
See moreDeclaration
Swift
public class SpeedLimitView : UIView
-
A view representing the user’s location on screen.
See moreDeclaration
Swift
public class UserPuckCourseView : UIView, CourseUpdatable
-
A view representing the user’s reduced accuracy location on screen.
See moreDeclaration
Swift
public class UserHaloCourseView : UIView, CourseUpdatable
-
A protocol that represents a
See moreUIView
which tracks the user’s location and course on aNavigationMapView
.Declaration
Swift
public protocol CourseUpdatable : UIView
-
A navigation component is a member of the navigation UI view hierarchy that responds as the user progresses along a route according to the
NavigationServiceDelegate
protocol.Declaration
Swift
public protocol NavigationComponent : NavigationServiceDelegate