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

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

/**
 Returns an array of `MGLFeature` objects converted from the given vector of
 vector tile features.
 */
NS_ARRAY_OF(MGLShape <MGLFeature> *) *MGLFeaturesFromMBGLFeatures(const std::vector<mbgl::Feature> &features);