TencentMapSDK_iOS_3D_v1.3.3
QPolygon.h
1 //
2 // QPolygon.h
3 // QMapKit
4 //
5 //
6 // Created by jeff on 14-8-4.
7 // Copyright (c) 2014年 Tencent. All rights reserved.
8 
9 #import <Foundation/Foundation.h>
10 #import "QMultiPoint.h"
11 #import "QOverlay.h"
12 
16 Q_EXTERN @interface QPolygon : QMultiPoint <QOverlay>
17 
26 + (QPolygon *)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
27 
36 + (QPolygon *)polygonWithPoints:(QMapPoint *)points count:(NSUInteger)count;
37 
38 @end
此类用于定义一个由多个点组成的闭合多边形, 点与点之间按顺序尾部相连, 第一个点与最后一个点相连 ...
Definition: QPolygon.h:16
该类是个由多个点组成的虚基类
Definition: QMultiPoint.h:19
平面投影坐标结构定义
Definition: QGeometry.h:74