Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] Export MGLImageSource and add to documentation categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Asheem Mamoowala committed Jun 13, 2017
1 parent dfe8b6d commit 585ef59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions platform/darwin/src/MGLImageSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ MGL_EXPORT
mapView.style?.addSource(source)
```
*/
MGL_EXPORT
@interface MGLImageSource : MGLSource

#pragma mark Initializing a Source
Expand Down
2 changes: 2 additions & 0 deletions platform/ios/jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ custom_categories:
children:
- MGLSource
- MGLTileSource
- MGLImageSource
- MGLShapeSource
- MGLRasterSource
- MGLVectorSource
Expand Down Expand Up @@ -108,6 +109,7 @@ custom_categories:
- MGLCoordinateBoundsMake
- MGLCoordinateBoundsOffset
- MGLCoordinateInCoordinateBounds
- MGLCoordinateQuad
- MGLCoordinateSpan
- MGLCoordinateSpanEqualToCoordinateSpan
- MGLCoordinateSpanMake
Expand Down

0 comments on commit 585ef59

Please sign in to comment.