summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLCompactCalloutView.h
blob: ebe27c842c9b3cf1426366142e35467ee079b593 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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 : SMCalloutView <MGLCalloutView>

+ (instancetype)platformCalloutView;

@end