forked from mapbox/mapbox-navigation-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jazzy.yml
184 lines (182 loc) · 5.7 KB
/
jazzy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
module: MapboxNavigation
author: Mapbox
title: "Navigation SDK for iOS"
author_url: https://docs.mapbox.com/ios/navigation/
github_url: https://github.com/mapbox/mapbox-navigation-ios
dash_url: https://docs.mapbox.com/ios/docsets/MapboxNavigation.xml
copyright: '© 2014–2021 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-navigation-ios/blob/main/LICENSE.md) for more details.'
head: |
<link rel='shortcut icon' href='https://www.mapbox.com/img/favicon.ico' type='image/x-icon' />
skip_undocumented: Yes
hide_documentation_coverage: Yes
custom_categories:
- name: Guides
children:
- Using Map Matching
- Reduce Memory Usage
- Styling the UI
- name: Turn-by-turn UI
children:
- NavigationViewController
- NavigationViewControllerDelegate
- RouteVoiceController
- SpeechSynthesizing
- SpeechSynthesizingDelegate
- MapboxSpeechSynthesizer
- SystemSpeechSynthesizer
- MultiplexedSpeechSynthesizer
- SpeechError
- SpeechFailureAction
- NavigationOptions
- NavigationView
- name: Core Navigation Logic
children:
- NavigationService
- NavigationServiceDelegate
- MapboxNavigationService
- Router
- RouterDataSource
- RouteController
- RouterDelegate
- RouteProgress
- RouteLegProgress
- RouteStep
- RouteStepProgress
- CongestionLevel
- VisualInstruction
- VisualInstructionDelegate
- NavigationEventsManager
- ActiveNavigationEventsManagerDataSource
- PassiveNavigationEventsManagerDataSource
- NavigationLocationManager
- ReplayLocationManager
- SimulatedLocationManager
- NavigationRouteOptions
- RouteOptions
- NavigationMatchOptions
- SimulationMode
- PassiveLocationManager
- HistoryRecording
- name: Maps
children:
- NavigationMapView
- NavigationMapViewDelegate
- MapView
- PassiveLocationProvider
- NavigationLocationProvider
- WaypointStyle
- UserLocationStyle
- name: Styling
children:
- Style
- StyleManager
- StyleManagerNotificationUserInfoKey
- StyleManagerDelegate
- DayStyle
- NightStyle
- name: Formatters
children:
- DistanceFormatter
- name: UI Components
children:
- BottomBannerViewController
- BottomBannerViewControllerDelegate
- SpeedLimitView
- UserPuckCourseView
- UserHaloCourseView
- CourseUpdatable
- NavigationComponent
- name: Guidance Instruction UI
children:
- TopBannerViewController
- InstructionsCardViewController
- InstructionsCardContainerView
- InstructionsCardContainerViewDelegate
- InstructionsBannerViewDelegate
- ManeuverView
- JunctionView
- GenericRouteShield
- name: CarPlay
children:
- CarPlayManager
- CarPlayManagerDelegate
- CarPlayNavigationViewController
- CarPlayNavigationViewControllerDelegate
- CarPlayActivity
- CarPlayCompassView
- CarPlayMapViewController
- CarPlayMapViewControllerDelegate
- CarPlaySearchController
- CarPlaySearchControllerDelegate
- CarPlayConnectionObserver
- RecentItem
- NavigationGeocodedPlacemark
- name: Configuration
children:
- RouteControllerDeadReckoningTimeInterval
- RouteControllerMediumAlertInterval
- RouteControllerHighAlertInterval
- RouteControllerManeuverZoneRadius
- RouteSnappingMaxManipulatedCourseAngle
- RouteControllerMaximumAllowedDegreeOffsetForTurnCompletion
- RouteControllerMaximumDistanceBeforeRecalculating
- RouteControllerUserLocationSnappingDistance
- MapOrnamentPosition
- CongestionAttribute
- CurrentLegAttribute
- RouteLineWidthByZoomLevel
- NavigationMapViewMinimumDistanceForOverheadZooming
- NavigationViewMinimumVolumeForWarning
- GradientCongestionFadingDistance
- RouteControllerIncorrectCourseMultiplier
- RouteControllerLinkedInstructionBufferMultiplier
- RouteControllerMaximumSpeedForUsingCurrentStep
- RouteControllerMinNumberOfInCorrectCourses
- RouteControllerMinimumBacktrackingDistanceForRerouting
- RouteControllerMinimumDistanceForContinueInstruction
- RouteControllerMinimumDurationRemainingForProactiveRerouting
- RouteControllerMinimumNumberLocationUpdatesBackwards
- RouteControllerNumberOfSecondsForRerouteFeedback
- RouteControllerProactiveReroutingInterval
- RouteSnappingMinimumHorizontalAccuracy
- RouteSnappingMinimumSpeed
- NavigationSettings
- name: User Feedback
children:
- FeedbackViewController
- FeedbackViewControllerDelegate
- FeedbackItem
- ActiveNavigationFeedbackType
- PassiveNavigationFeedbackType
- PassiveNavigationIncorrectVisualSubtype
- ConfusingAudioSubtype
- RouteQualitySubtype
- IllegalRouteSubtype
- RoadClosureSubtype
- FeedbackSource
- EndOfRouteFeedback
- name: Camera
children:
- NavigationCamera
- NavigationCameraType
- NavigationCameraState
- CameraStateTransition
- NavigationCameraStateTransition
- ViewportDataSource
- NavigationViewportDataSource
- ViewportDataSourceType
- ViewportDataSourceDelegate
- name: Electronic Horizon
children:
- ElectronicHorizonOptions
- RoadGraph
- OpenLRIdentifier
- OpenLROrientation
- RoadName
- RoadObject
- DistancedRoadObject
- RoadObjectMatcher
- RoadObjectStore
- RoadObjectMatcherDelegate
- RoadObjectStoreDelegate
- RoadObjectMatcherError