summaryrefslogtreecommitdiff
path: root/platform/ios/src/Mapbox.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-01-27 02:55:39 -0800
committerMinh Nguyễn <mxn@1ec5.org>2018-01-27 02:55:39 -0800
commitdb1d6f6253c310336819dc40be44d114e94cb092 (patch)
treef2e4a86bf77c0f33353fa016f8cfc06d2ebe23e0 /platform/ios/src/Mapbox.h
parent715388fbdcd74e15914d64a37970fcb6eb1f0931 (diff)
downloadqtlocation-mapboxgl-db1d6f6253c310336819dc40be44d114e94cb092.tar.gz
[ios, macos] Integrated MGLHeatmapStyleLayer into SDKupstream/1ec5-heatmap-11046
Made MGLHeatmapStyleLayer.h public and added it to the umbrella header. Customized MGLHeatmapStyleLayer documentation to describe heatmaps in more detail and give an example. Added MGLHeatmapStyleLayer to the jazzy table of contents.
Diffstat (limited to 'platform/ios/src/Mapbox.h')
-rw-r--r--platform/ios/src/Mapbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/src/Mapbox.h b/platform/ios/src/Mapbox.h
index 204d495aef..d1d59e7107 100644
--- a/platform/ios/src/Mapbox.h
+++ b/platform/ios/src/Mapbox.h
@@ -45,6 +45,7 @@ FOUNDATION_EXPORT MGL_EXPORT const unsigned char MapboxVersionString[];
#import "MGLSymbolStyleLayer.h"
#import "MGLRasterStyleLayer.h"
#import "MGLCircleStyleLayer.h"
+#import "MGLHeatmapStyleLayer.h"
#import "MGLBackgroundStyleLayer.h"
#import "MGLOpenGLStyleLayer.h"
#import "MGLSource.h"