summaryrefslogtreecommitdiff
path: root/platform/macos/app/DroppedPinAnnotation.h
blob: 435a56738b3bd110f2f386215cb01a942ae9961a (plain)
1
2
3
4
5
6
7
8
9
10
#import <Mapbox/Mapbox.h>

@interface DroppedPinAnnotation : MGLPointAnnotation

@property (nonatomic, readonly) NSTimeInterval elapsedShownTime;

- (void)resume;
- (void)pause;

@end