summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLCompactCalloutView.h
blob: 5cecf37ff6df3d2a8b05ca992469b5340328694b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#import "SMCalloutView.h"
#import "MGLCalloutView.h"

/**
 A concrete implementation of `MGLCalloutView` based on
 <a href="https://github.com/nfarina/calloutview">SMCalloutView</a>. This
 callout view displays the represented annotation’s title, subtitle, and
 accessory views in a compact, two-line layout.
 */
@interface MGLCompactCalloutView : MGLSMCalloutView <MGLCalloutView>

+ (instancetype)platformCalloutView;

@end