summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLPolygon+MGLAdditions.h
blob: f409fb96cac61933c26e7a1f96478cdd7b9011e6 (plain)
1
2
3
4
5
6
7
#import <Mapbox/Mapbox.h>

@interface MGLPolygon (MGLAdditions)

- (NS_ARRAY_OF(id) *)mgl_coordinates;

@end