summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAnnotationContainerView.h
blob: ccec3052a6848e568b2eca33dea485a96da8498f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#import <UIKit/UIKit.h>

#import "MGLTypes.h"

@class MGLAnnotationView;

NS_ASSUME_NONNULL_BEGIN

@interface MGLAnnotationContainerView : UIView

+ (instancetype)annotationContainerViewWithAnnotationContainerView:(MGLAnnotationContainerView *)annotationContainerView;

- (void)addSubviews:(NSArray<MGLAnnotationView *> *)subviews;

@end

NS_ASSUME_NONNULL_END