9#import "QPolygonView.h"
11NS_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;
非蒙层区域的轮廓配置
定义 QMaskingLayerOutlineArea.h:14
CLLocationCoordinate2D * coordinates
坐标点数组 (CLLocationCoordinate2D 格式)
定义 QMaskingLayerOutlineArea.h:49
CGFloat buffer
buffer 向外扩展区域,>= 0
定义 QMaskingLayerOutlineArea.h:53
NSUInteger pointCount
坐标点个数
定义 QMaskingLayerOutlineArea.h:44
QMapPoint * points
坐标点数组
定义 QMaskingLayerOutlineArea.h:39
平面投影坐标结构定义
定义 QGeometry.h:74
平面投影矩形结构定义
定义 QGeometry.h:92