summaryrefslogtreecommitdiff
path: root/include/mbgl/ios/MGLOverlay.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/ios/MGLOverlay.h')
-rw-r--r--include/mbgl/ios/MGLOverlay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/ios/MGLOverlay.h b/include/mbgl/ios/MGLOverlay.h
index eee362d57b..ab827c0d22 100644
--- a/include/mbgl/ios/MGLOverlay.h
+++ b/include/mbgl/ios/MGLOverlay.h
@@ -4,6 +4,8 @@
#import "MGLAnnotation.h"
#import "MGLGeometry.h"
+#import "MGLTypes.h"
+
NS_ASSUME_NONNULL_BEGIN
/** The `MGLOverlay` protocol defines a specific type of annotation that represents both a point and an area on a map. Overlay objects are essentially data objects that contain the geographic data needed to represent the map area. For example, overlays can take the form of common shapes such as rectangles and circles. They can also describe polygons and other complex shapes.