summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-03-18 00:15:36 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-03-18 00:15:36 -0700
commit35e6aa70bc7971dd91234b26110d71c1ca852999 (patch)
treeb9f7e3a9cde18a2ec3d6567edfcfa50d3e93e271
parent115a5d10f90b7da1726e9cb274bfaf58f806e54d (diff)
downloadqtlocation-mapboxgl-35e6aa70bc7971dd91234b26110d71c1ca852999.tar.gz
[ios] Include offline headers in static umbrella header
Include offline headers in the umbrella header used by the static framework. These includes are already present in the umbrella header used by the dynamic framework. jazzy relies on the static umbrella header to include all the headers, so the offline headers were also missing from documentation.
-rw-r--r--.jazzy.yaml2
-rw-r--r--platform/ios/include/Mapbox.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/.jazzy.yaml b/.jazzy.yaml
index 430bfbeba5..3cf8a30418 100644
--- a/.jazzy.yaml
+++ b/.jazzy.yaml
@@ -37,7 +37,7 @@ custom_categories:
- MGLOverlay
- MGLShape
- MGLUserLocation
- - name: Offline Viewing
+ - name: Offline Storage
children:
- MGLOfflineRegion
- MGLOfflineStorage
diff --git a/platform/ios/include/Mapbox.h b/platform/ios/include/Mapbox.h
index fd4f532a40..fb25a0104e 100644
--- a/platform/ios/include/Mapbox.h
+++ b/platform/ios/include/Mapbox.h
@@ -8,11 +8,15 @@
#import "MGLMapView+IBAdditions.h"
#import "MGLMapView+MGLCustomStyleLayerAdditions.h"
#import "MGLMultiPoint.h"
+#import "MGLOfflinePack.h"
+#import "MGLOfflineRegion.h"
+#import "MGLOfflineStorage.h"
#import "MGLOverlay.h"
#import "MGLPointAnnotation.h"
#import "MGLPolygon.h"
#import "MGLPolyline.h"
#import "MGLShape.h"
#import "MGLStyle.h"
+#import "MGLTilePyramidOfflineRegion.h"
#import "MGLTypes.h"
#import "MGLUserLocation.h"