Mapbox Navigation SDK for iOS Docs Navigation SDK for iOS Reference (1.0.0)

View on GitHub

Install in Dash

Mapbox Navigation SDK for iOS Reference User Feedback Reference
  • Guides
    • Using Map Matching
    • Reduce Memory Usage
    • Styling the UI
  • Turn-by-turn UI
    • NavigationViewController
    • NavigationViewControllerDelegate
    • RouteVoiceController
    • SpeechSynthesizing
    • SpeechSynthesizingDelegate
    • MapboxSpeechSynthesizer
    • SystemSpeechSynthesizer
    • MultiplexedSpeechSynthesizer
    • SpeechError
    • SpeechFailureAction
    • SpokenInstructionErrorCode
    • NavigationOptions
    • NavigationView
  • Core Navigation Logic
    • NavigationService
    • NavigationServiceDelegate
    • MapboxNavigationService
    • Router
    • RouterDataSource
    • RouteController
    • – NotificationUserInfoKey
    • RouterDelegate
    • RouteProgress
    • RouteLegProgress
    • RouteStep
    • RouteStepProgress
    • CongestionLevel
    • VisualInstruction
    • VisualInstructionDelegate
    • NavigationEventsManager
    • EventsManagerDataSource
    • NavigationLocationManager
    • ReplayLocationManager
    • SimulatedLocationManager
    • NavigationRouteOptions
    • RouteOptions
    • NavigationMatchOptions
    • SimulationMode
    • PassiveLocationDataSource
    • – NotificationUserInfoKey
  • Maps
    • NavigationMapView
    • NavigationMapViewDelegate
    • NavigationMapViewCourseTrackingDelegate
    • MGLMapView
    • MGLAccountManager
    • MGLMultiPolygonFeature
    • MGLMultiPolyline
    • MGLMultiPolylineFeature
    • MGLPointAnnotation
    • MGLPointFeature
    • MGLPolygon
    • MGLPolygonFeature
    • MGLPolyline
    • MGLPolylineFeature
    • MGLStyle
    • PassiveLocationManager
    • WaypointStyle
  • Styling
    • Style
    • StyleManager
    • StyleManagerNotificationUserInfoKey
    • StyleManagerDelegate
    • DayStyle
    • NightStyle
  • Formatters
    • DistanceFormatter
  • UI Components
    • BottomBannerViewController
    • BottomBannerViewControllerDelegate
    • SpeedLimitView
    • UserPuckCourseView
    • CourseUpdatable
    • NavigationComponent
  • Guidance Instruction UI
    • TopBannerViewController
    • InstructionsCardViewController
    • InstructionsCardContainerView
    • InstructionsCardContainerViewDelegate
    • InstructionsBannerViewDelegate
    • ManeuverView
    • JunctionView
    • GenericRouteShield
  • CarPlay
    • CarPlayManager
    • CarPlayManager
    • CarPlayManagerDelegate
    • CarPlayNavigationViewController
    • CarPlayNavigationDelegate
    • CarPlayActivity
    • CarPlayCompassView
    • CarPlayMapViewController
    • CarPlaySearchController
    • CarPlaySearchController
    • CarPlayConnectionObserver
  • Configuration
    • RouteControllerDeadReckoningTimeInterval
    • RouteControllerMediumAlertInterval
    • RouteControllerHighAlertInterval
    • RouteControllerManeuverZoneRadius
    • RouteSnappingMaxManipulatedCourseAngle
    • RouteControllerMaximumAllowedDegreeOffsetForTurnCompletion
    • RouteControllerMaximumDistanceBeforeRecalculating
    • RouteControllerUserLocationSnappingDistance
    • MBCongestionAttribute
    • MBCurrentLegAttribute
    • MBRouteLineWidthByZoomLevel
    • NavigationMapViewMinimumDistanceForOverheadZooming
    • NavigationViewMinimumVolumeForWarning
    • RouteControllerIncorrectCourseMultiplier
    • RouteControllerLinkedInstructionBufferMultiplier
    • RouteControllerMaximumSpeedForUsingCurrentStep
    • RouteControllerMinNumberOfInCorrectCourses
    • RouteControllerMinimumBacktrackingDistanceForRerouting
    • RouteControllerMinimumDistanceForContinueInstruction
    • RouteControllerMinimumDurationRemainingForProactiveRerouting
    • RouteControllerMinimumNumberLocationUpdatesBackwards
    • RouteControllerNumberOfSecondsForRerouteFeedback
    • RouteControllerProactiveReroutingInterval
    • RouteSnappingMinimumHorizontalAccuracy
    • RouteSnappingMinimumSpeed
    • NavigationSettings
  • User Feedback
    • FeedbackViewController
    • FeedbackViewControllerDelegate
    • FeedbackItem
    • FeedbackType
    • IncorrectVisualSubtype
    • ConfusingAudioSubtype
    • RouteQualitySubtype
    • IllegalRouteSubtype
    • RoadClosureSubtype
    • FeedbackSource
    • EndOfRouteFeedback
  • Other Classes
    • DispatchTimer
  • Other Enumerations
    • MBErrorCode
  • Other Extensions
    • Array
    • Bundle
    • CGPoint
    • CGSize
    • CLLocation
    • Dictionary
    • Locale
    • Measurement
    • NSAttributedString
    • – Key
    • Notification
    • – Name
    • String
    • UIApplication
    • – State
    • UIDevice
    • UIEdgeInsets
    • UIFont
    • UIWindow
  • Other Protocols
    • BimodalCache
    • BimodalDataCache
    • BimodalImageCache
    • NavigationMapInteractionObserver
    • NavigationStatusPresenter
    • PassiveLocationDataSourceDelegate
    • RouteVoiceControllerDelegate
    • StatusViewDelegate
    • StepsViewControllerDelegate
    • UnimplementedLogging
  • Other Type Aliases
    • ContainerViewController
    • IndexedRoute

User Feedback

  • FeedbackViewController

    A view controller containing a grid of buttons the user can use to denote an issue their current navigation experience.

    See more

    Declaration

    Swift

    public class FeedbackViewController : UIViewController, DismissDraggable, UIGestureRecognizerDelegate
    extension FeedbackViewController: UIViewControllerTransitioningDelegate
    extension FeedbackViewController: UICollectionViewDataSource
    extension FeedbackViewController: UICollectionViewDelegate
    extension FeedbackViewController: UICollectionViewDelegateFlowLayout
    View Source on GitHub
  • FeedbackViewControllerDelegate

    The FeedbackViewControllerDelegate protocol provides methods for responding to feedback events.

    See more

    Declaration

    Swift

    public protocol FeedbackViewControllerDelegate : AnyObject, UnimplementedLogging
    View Source on GitHub
  • FeedbackItem

    A single feedback item displayed on an instance of FeedbackViewController.

    See more

    Declaration

    Swift

    public struct FeedbackItem
    View Source on GitHub
  • FeedbackType

    Feedback type is used to specify the type of feedback being recorded with NavigationEventsManager.recordFeedback(type:description:).

    See more

    Declaration

    Swift

    public enum FeedbackType : CustomStringConvertible
    View Source on GitHub
  • IncorrectVisualSubtype

    Enum denoting the subtypes of the Incorrect Visual top-level category

    Declaration

    Swift

    public enum IncorrectVisualSubtype : String
    View Source on GitHub
  • ConfusingAudioSubtype

    Enum denoting the subtypes of the Confusing Audio top-level category

    Declaration

    Swift

    public enum ConfusingAudioSubtype : String
    View Source on GitHub
  • RouteQualitySubtype

    Enum denoting the subtypes of the Route Quality top-level category

    Declaration

    Swift

    public enum RouteQualitySubtype : String
    View Source on GitHub
  • IllegalRouteSubtype

    Enum denoting the subtypes of the Illegal Route top-level category

    Declaration

    Swift

    public enum IllegalRouteSubtype : String
    View Source on GitHub
  • RoadClosureSubtype

    Enum denoting the subtypes of the Road Closure top-level category

    Declaration

    Swift

    public enum RoadClosureSubtype : String
    View Source on GitHub
  • FeedbackSource

    Enum denoting the origin source of the corresponding feedback item

    See more

    Declaration

    Swift

    public enum FeedbackSource : Int, CustomStringConvertible
    View Source on GitHub
  • EndOfRouteFeedback

    Feedback Model Object for End Of Route Experience.

    Declaration

    Swift

    open class EndOfRouteFeedback
    View Source on GitHub

© 2014–2020 Mapbox. See license for more details.

Generated by jazzy ♪♫ v0.13.5, a Realm project.