summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXCustomCalloutView.h
blob: 5a7c9c926f03af26ca9916a0ed6a57b682585abd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import Mapbox;

/**
 * Basic custom callout view to demonstrate how to
 * add your own on your app. Will only show the
 * callout title for demonstration purpose.
 */
@interface MBXCustomCalloutView : UIView <MGLCalloutView>

@property (nonatomic, assign, getter=isAnchoredToAnnotation) BOOL anchoredToAnnotation;
@property (nonatomic, assign) BOOL dismissesAutomatically;

@end