summaryrefslogtreecommitdiff
path: root/platform/ios/MGLMultiPoint_Private.h
blob: a1a70a6778f600e11dfd5fb7a267808b32bfc4a6 (plain)
1
2
3
4
5
6
7
8
#import "MGLMultiPoint.h"

@interface MGLMultiPoint (Private)

- (instancetype)initWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
- (BOOL)intersectsOverlayBounds:(MGLCoordinateBounds)overlayBounds;

@end