TencentMapSDK_iOS_3D_v6.4.0
载入中...
搜索中...
未找到
QPolyline.h
1//
2// QPolyline.h
3// QMapKit
4//
5// Created by fan on 2017/5/17.
6// Copyright © 2017年 Tencent. All rights reserved.
7//
8
9#import "QOverlay.h"
10#import "QMultiPoint.h"
11#import "QIndoorInfo.h"
12
19
23@property(nonatomic, readonly) QMapRect boundingMapRect;
24
30@property(nonatomic, strong) QIndoorInfo *indoorInfo;
31
40+ (QPolyline *)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
41
50+ (QPolyline *)polylineWithPoints:(QMapPoint *)points count:(NSUInteger)count;
51
60- (instancetype)initWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
61
70- (instancetype)initWithPoints:(QMapPoint *)points count:(NSUInteger)count;
71
72@end
表示室内图的数据类.
定义 QIndoorInfo.h:15
该类是个由多个点组成的虚基类
定义 QMultiPoint.h:17
线覆盖物.
定义 QPolyline.h:19
QMapRect boundingMapRect
区域外接矩形
定义 QPolyline.h:23
QIndoorInfo * indoorInfo
室内位置
定义 QPolyline.h:30
平面投影坐标结构定义
定义 QGeometry.h:74
平面投影矩形结构定义
定义 QGeometry.h:92