summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLFeature_Private.h
blob: 837461871ea0fabe05f782cc2000db20f1a5cc4b (plain)
1
2
3
4
5
6
7
#import "MGLFeature.h"
#import "MGLShape.h"

#import <mbgl/util/geo.hpp>
#import <mbgl/util/feature.hpp>

NS_ARRAY_OF(MGLShape <MGLFeature> *) *MGLFeaturesFromMBGLFeatures(const std::vector<mbgl::Feature> &features);