Mapbox Navigation SDK for iOS Docs Navigation SDK for iOS Reference

View on GitHub

Install in Dash

Mapbox Navigation SDK for iOS Reference Styling Reference
  • Guides
    • Storyboards
  • Turn-by-turn UI
    • NavigationViewController
    • NavigationViewControllerDelegate
    • RouteVoiceController
  • Core Navigation Logic
    • RouteController
    • RouteControllerDelegate
    • RouteProgress
    • RouteLegProgress
    • RouteStepProgress
  • Maps
    • NavigationMapView
    • MGLMapView
  • Styling
    • Style
  • Formatters
    • DistanceFormatter
  • Notifications
    • AlertLevel
    • RouteControllerAlertLevelDidChange
    • RouteControllerAlertLevelDidChangeNotificationDistanceToEndOfManeuverKey
    • RouteControllerAlertLevelDidChangeNotificationRouteProgressKey
    • RouteControllerDidFailToReroute
    • RouteControllerDidReroute
    • RouteControllerNotificationErrorKey
    • RouteControllerNotificationLocationKey
    • RouteControllerNotificationRouteKey
    • RouteControllerProgressDidChange
    • RouteControllerProgressDidChangeNotificationLocationKey
    • RouteControllerProgressDidChangeNotificationProgressKey
    • RouteControllerProgressDidChangeNotificationSecondsRemainingOnStepKey
    • RouteControllerWillReroute
  • Configuration
    • MaxSecondsSpentTravelingAwayFromStartOfRoute
    • RouteControllerDeadReckoningTimeInterval
    • RouteControllerHighAlertInterval
    • RouteControllerManeuverZoneRadius
    • RouteControllerMaxManipulatedCourseAngle
    • RouteControllerMaximumAllowedDegreeOffsetForTurnCompletion
    • RouteControllerMaximumDistanceBeforeRecalculating
    • RouteControllerMediumAlertInterval
    • RouteControllerMinimumDistanceForHighAlertCycling
    • RouteControllerMinimumDistanceForHighAlertDriving
    • RouteControllerMinimumDistanceForHighAlertWalking
    • RouteControllerMinimumDistanceForMediumAlertCycling
    • RouteControllerMinimumDistanceForMediumAlertDriving
    • RouteControllerMinimumDistanceForMediumAlertWalking
    • RouteControllerUserLocationSnappingDistance
  • Other Classes
    • DefaultStyle
    • NavigationLocationManager
    • PollyVoiceController
    • ReplayLocationManager
    • SimulatedLocationManager
  • Other Functions
    • RouteControllerMinimumDistanceForHighAlert(identifier:)
    • RouteControllerMinimumDistanceForMediumAlert(identifier:)
    • wrap(_:min:max:)

Styling

  • Style

    Style is a convenient wrapper for styling the appearance of various interface components throughout the Navigation UI.

    Styles are applied globally using UIAppearance. You should call Style.apply() to apply the style to the NavigationViewController.

    See more

    Declaration

    Swift

    public class Style: NSObject
    View Source on GitHub

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

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