summaryrefslogtreecommitdiff
path: root/platform/osx/src/MGLAnnotationImage_Private.h
blob: 21963a86a028144e612286ea5140d578dde7ae4a (plain)
1
2
3
4
5
6
7
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