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

#import <CoreLocation/CoreLocation.h>

@interface MGLMultiPoint (Private)

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

@end