9 #import "QPolygonView.h"
11 NS_ASSUME_NONNULL_BEGIN
17 NSUInteger _pointCount;
19 CLLocationCoordinate2D *_coordinates;
27 - (instancetype)initWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count buffer:(CGFloat)buffer;
34 - (instancetype)initWithPoints:(const
QMapPoint *)points count:(NSUInteger)count buffer:(CGFloat)buffer;
49 @property (nonatomic, readonly) CLLocationCoordinate2D *
coordinates;
53 @property (nonatomic, assign) CGFloat
buffer;