38+ (
QPolygon *)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
58-(id)initWithWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
68- (id)initWithPoints:(
QMapPoint *)points count:(NSUInteger)count;
该类是个由多个点组成的虚基类
定义 QMultiPoint.h:17
NSArray< QPolygon * > * interiorPolygons
Polygon内的洞. 多边形洞的数据要求:
定义 QPolygon.h:28
QMapRect boundingMapRect
区域外接矩形. 此类用于定义一个由多个点组成的闭合多边形, 点与点之间按顺序尾部相连, 第一个点与最后一个点相连
定义 QPolygon.h:19
平面投影坐标结构定义
定义 QGeometry.h:74
平面投影矩形结构定义
定义 QGeometry.h:92