10#import "QMultiPoint.h"
11#import "QIndoorInfo.h"
40+ (
QPolyline *)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
60- (instancetype)initWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
70- (instancetype)initWithPoints:(
QMapPoint *)points count:(NSUInteger)count;
表示室内图的数据类.
定义 QIndoorInfo.h:15
该类是个由多个点组成的虚基类
定义 QMultiPoint.h:17
QMapRect boundingMapRect
区域外接矩形
定义 QPolyline.h:23
QIndoorInfo * indoorInfo
室内位置
定义 QPolyline.h:30
平面投影坐标结构定义
定义 QGeometry.h:74
平面投影矩形结构定义
定义 QGeometry.h:92