summaryrefslogtreecommitdiff
path: root/platform/macos/jazzy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/jazzy.yml')
-rw-r--r--platform/macos/jazzy.yml118
1 files changed, 0 insertions, 118 deletions
diff --git a/platform/macos/jazzy.yml b/platform/macos/jazzy.yml
deleted file mode 100644
index 381e6f8b33..0000000000
--- a/platform/macos/jazzy.yml
+++ /dev/null
@@ -1,118 +0,0 @@
-module: Mapbox
-author: Mapbox
-author_url: https://www.mapbox.com/
-github_url: https://github.com/mapbox/mapbox-gl-native
-dash_url: https://mapbox.github.io/mapbox-gl-native/macos/docsets/Mapbox.xml
-copyright: '© 2014–2019 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.'
-
-head: |
- <link rel='shortcut icon' href='https://www.mapbox.com/img/favicon.ico' type='image/x-icon' />
-
-objc: Yes
-skip_undocumented: Yes
-hide_documentation_coverage: Yes
-umbrella_header: src/Mapbox.h
-framework_root: ../darwin/src
-
-custom_categories:
- - name: Appendices
- children:
- - Working with GeoJSON Data
- - Predicates and Expressions
- - For Style Authors
- - Migrating to Expressions
- - Tile URL Templates
- - Info.plist Keys
- - name: Maps
- children:
- - MGLAccountManager
- - MGLMapCamera
- - MGLMapView
- - MGLMapViewDelegate
- - MGLMapSnapshot
- - MGLMapSnapshotOptions
- - MGLMapSnapshotter
- - name: Shapes and Annotations
- children:
- - MGLAnnotation
- - MGLAnnotationImage
- - MGLOverlay
- - MGLShape
- - MGLMultiPoint
- - MGLPointAnnotation
- - MGLPointCollection
- - MGLPolygon
- - MGLPolyline
- - MGLMultiPolygon
- - MGLMultiPolyline
- - MGLShapeCollection
- - name: Styling the Map
- children:
- - MGLStyle
- - MGLLight
- - name: Content Primitives
- children:
- - MGLFeature
- - MGLPointFeature
- - MGLPolygonFeature
- - MGLPolylineFeature
- - MGLMultiPolygonFeature
- - MGLMultiPolylineFeature
- - MGLPointCollectionFeature
- - MGLShapeCollectionFeature
- - name: Content Sources
- children:
- - MGLSource
- - MGLShapeSource
- - MGLComputedShapeSource
- - MGLTileSource
- - MGLRasterTileSource
- - MGLRasterDEMSource
- - MGLVectorTileSource
- - MGLImageSource
- - name: Style Layers
- children:
- - MGLStyleLayer
- - MGLForegroundStyleLayer
- - MGLBackgroundStyleLayer
- - MGLRasterStyleLayer
- - MGLVectorStyleLayer
- - MGLCircleStyleLayer
- - MGLFillStyleLayer
- - MGLFillExtrusionStyleLayer
- - MGLHeatmapStyleLayer
- - MGLHillshadeStyleLayer
- - MGLLineStyleLayer
- - MGLSymbolStyleLayer
- - name: Offline Maps
- children:
- - MGLOfflineRegion
- - MGLOfflineStorage
- - MGLOfflinePack
- - MGLOfflinePackProgress
- - MGLOfflinePackState
- - MGLTilePyramidOfflineRegion
- - MGLShapeOfflineRegion
- - name: Geometry
- children:
- - MGLCoordinateBounds
- - MGLCoordinateBoundsEqualToCoordinateBounds
- - MGLCoordinateBoundsGetCoordinateSpan
- - MGLCoordinateBoundsIntersectsCoordinateBounds
- - MGLCoordinateBoundsIsEmpty
- - MGLCoordinateBoundsMake
- - MGLCoordinateBoundsOffset
- - MGLCoordinateInCoordinateBounds
- - MGLCoordinateSpan
- - MGLCoordinateSpanEqualToCoordinateSpan
- - MGLCoordinateSpanMake
- - MGLCoordinateSpanZero
- - MGLDegreesFromRadians
- - MGLRadiansFromDegrees
- - MGLStringFromCoordinateBounds
- - name: Formatters
- children:
- - MGLClockDirectionFormatter
- - MGLCompassDirectionFormatter
- - MGLCoordinateFormatter
- - MGLDistanceFormatter