-
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
open class UserPuckCourseView : UIView, CourseUpdatable
-
A view representing the user’s reduced accuracy location on screen.
See moreDeclaration
Swift
open class UserHaloCourseView : UIView, CourseUpdatable
-
A type that represents a
UIView
that isCourseUpdatable
.Declaration
Swift
public typealias UserCourseView = 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
-
A rounded button with an icon that is designed to float above
See moreNavigationMapView
.Declaration
Swift
@objc(MBFloatingButton) open class FloatingButton : Button
-
A label that is used to show a road name and a shield icon.
Declaration
Swift
@objc(MBWayNameLabel) open class WayNameLabel : StylableLabel
-
A host view for
WayNameLabel
that shows a road name and a shield icon.
See moreWayNameView
is hidden or shown depending on the road name information availability. In case if such information is not present,WayNameView
is automatically hidden. If you’d like to completely hideWayNameView
setWayNameView.isHidden
property totrue
.Declaration
Swift
@objc(MBWayNameView) open class WayNameView : UIView