summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLAnnotationImage_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/src/MGLAnnotationImage_Private.h')
-rw-r--r--platform/macos/src/MGLAnnotationImage_Private.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/macos/src/MGLAnnotationImage_Private.h b/platform/macos/src/MGLAnnotationImage_Private.h
new file mode 100644
index 0000000000..21963a86a0
--- /dev/null
+++ b/platform/macos/src/MGLAnnotationImage_Private.h
@@ -0,0 +1,8 @@
+#import <Mapbox/Mapbox.h>
+
+@interface MGLAnnotationImage (Private)
+
+/// Unique identifier of the sprite image used by the style to represent the receiver’s `image`.
+@property (nonatomic, strong, nullable) NSString *styleIconIdentifier;
+
+@end