summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLAnnotationImage_Private.h
blob: 428f1db5d97a3bd42ccc62e1f625fb692320d30e (plain)
1
2
3
4
5
6
7
8
#import "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