TencentMapSDK_iOS_3D_v5.7.0
QOverlay.h
1 //
2 // QOverlay.h
3 // QMapKit
4 //
5 // Created by fan on 2017/5/17.
6 // Copyright © 2017年 Tencent. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "QGeometry.h"
11 
15 @protocol QOverlay <NSObject>
16 
17 @optional
18 
22 @property(nonatomic, readonly) QMapRect boundingMapRect;
23 
24 @end
QOverlay-p
QOverlay:地图覆盖物的基类,所有地图的覆盖物需要继承自此类
Definition: QOverlay.h:15
QMapRect
平面投影矩形结构定义
Definition: QGeometry.h:92
QOverlay-p::boundingMapRect
QMapRect boundingMapRect
区域外接矩形
Definition: QOverlay.h:22