summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXCustomCalloutView.h
blob: 961f2d7f6a59242c6184f231751f44f9bce382ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#import <UIKit/UIKit.h>
#import <Mapbox/Mapbox.h>

/**
 * 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