summaryrefslogtreecommitdiff
path: root/platform/ios/jazzy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/jazzy.yml')
-rw-r--r--platform/ios/jazzy.yml76
1 files changed, 46 insertions, 30 deletions
diff --git a/platform/ios/jazzy.yml b/platform/ios/jazzy.yml
index 2f62cfa305..71f6be37f2 100644
--- a/platform/ios/jazzy.yml
+++ b/platform/ios/jazzy.yml
@@ -15,63 +15,76 @@ umbrella_header: src/Mapbox.h
framework_root: ../darwin/src
custom_categories:
+ - name: Guides
+ children:
+ - Adding Points to a Map
+ - Runtime Styling
+ - Working with Mapbox Studio
+ - Working with GeoJSON Data
+ - For Style Authors
+ - Info.plist Keys
- name: Maps
children:
- MGLAccountManager
- MGLMapCamera
- MGLMapView
- MGLMapViewDelegate
- - MGLStyle
- MGLUserTrackingMode
- - name: Annotations
+ - name: Primitive Shapes
children:
- MGLAnnotation
- - MGLAnnotationImage
- - MGLAnnotationView
- - MGLCalloutView
- - MGLCalloutViewDelegate
+ - MGLOverlay
+ - MGLShape
- MGLMultiPoint
- - MGLMultiPolygon
- - MGLMultiPolyline
- MGLPointAnnotation
- MGLPointCollection
- MGLPolygon
- MGLPolyline
- - MGLOverlay
- - MGLShape
+ - MGLMultiPolygon
+ - MGLMultiPolyline
- MGLShapeCollection
+ - name: Annotations
+ children:
+ - MGLAnnotationImage
+ - MGLAnnotationView
- MGLUserLocation
- MGLUserLocationAnnotationView
- - name: Map Data
+ - name: User Interaction
+ children:
+ - MGLCalloutView
+ - MGLCalloutViewDelegate
+ - name: Styling the Map
+ children:
+ - MGLStyle
+ - MGLStyleValue
+ - name: Style Primitives
children:
- MGLFeature
- - MGLMultiPolygonFeature
- - MGLMultiPolylineFeature
- - MGLPointCollectionFeature
- MGLPointFeature
- MGLPolygonFeature
- MGLPolylineFeature
+ - MGLMultiPolygonFeature
+ - MGLMultiPolylineFeature
+ - MGLPointCollectionFeature
- MGLShapeCollectionFeature
+ - name: Style Content
+ children:
+ - MGLSource
+ - MGLTileSource
+ - MGLShapeSource
+ - MGLRasterSource
+ - MGLVectorSource
- name: Style Layers
children:
+ - MGLStyleLayer
+ - MGLForegroundStyleLayer
- MGLBackgroundStyleLayer
+ - MGLRasterStyleLayer
+ - MGLVectorStyleLayer
- MGLCircleStyleLayer
- MGLFillStyleLayer
- - MGLForegroundStyleLayer
- MGLLineStyleLayer
- - MGLRasterStyleLayer
- - MGLStyleLayer
- MGLSymbolStyleLayer
- - MGLVectorStyleLayer
- - name: Content Sources
- children:
- - MGLAttributionInfo
- - MGLRasterSource
- - MGLShapeSource
- - MGLSource
- - MGLTileCoordinateSystem
- - MGLTileSource
- - MGLVectorSource
- name: Offline Maps
children:
- MGLOfflineRegion
@@ -82,15 +95,13 @@ custom_categories:
- MGLTilePyramidOfflineRegion
- name: Geometry
children:
- - MGLClockDirectionFormatter
- - MGLCompassDirectionFormatter
- MGLCoordinateBounds
- MGLCoordinateBoundsEqualToCoordinateBounds
- MGLCoordinateBoundsGetCoordinateSpan
+ - MGLCoordinateBoundsIntersectsCoordinateBounds
- MGLCoordinateBoundsIsEmpty
- MGLCoordinateBoundsMake
- MGLCoordinateBoundsOffset
- - MGLCoordinateFormatter
- MGLCoordinateInCoordinateBounds
- MGLCoordinateSpan
- MGLCoordinateSpanEqualToCoordinateSpan
@@ -99,3 +110,8 @@ custom_categories:
- MGLDegreesFromRadians
- MGLRadiansFromDegrees
- MGLStringFromCoordinateBounds
+ - name: Formatters
+ children:
+ - MGLClockDirectionFormatter
+ - MGLCompassDirectionFormatter
+ - MGLCoordinateFormatter