summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLShapeCollectionFeature_Private.h
blob: 4f07a93b35482a8b4e1bf9381592c2500bd707eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import "MGLFeature.h"

#import <mbgl/util/feature.hpp>

NS_ASSUME_NONNULL_BEGIN

@interface MGLShapeCollectionFeature ()

- (mbgl::FeatureCollection)mbglFeatureCollection;

@end

NS_ASSUME_NONNULL_END