summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLShape_Private.h
blob: a8ee12c207992111de70a4997d3ed377257ea265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#import "MGLShape.h"

#import <mbgl/util/feature.hpp>

@interface MGLShape (Private)

/**
 Returns an `mbgl::Feature` representation of the `MGLShape`.
 */
- (mbgl::Feature)featureObject;

/**
 Returns a dictionary with the GeoJSON geometry member object.
 */
- (NSDictionary *)geoJSONDictionary;

@end