diff --git a/.jazzy.yaml b/.jazzy.yaml index 430bfbeba5a..3cf8a304180 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 fd4f532a403..fb25a0104e3 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"