|
TencentMapSDK_iOS_3D_v1.3.3
|
该类为地图覆盖物的protocol,提供了覆盖物的基本信息函数 更多...
#import <QOverlay.h>
构造函数 | |
| (BOOL) | - intersectsMapRect: |
| 判断boundingMapRect和给定的mapRect是否相交,可以用QMapRectIntersectsRect([overlay boundingMapRect], mapRect)替代 更多... | |
属性 | |
| CLLocationCoordinate2D | coordinate |
| 区域中心点坐标 | |
| QMapRect | boundingMapRect |
| 区域外接矩形 | |
该类为地图覆盖物的protocol,提供了覆盖物的基本信息函数
|
optional |
判断boundingMapRect和给定的mapRect是否相交,可以用QMapRectIntersectsRect([overlay boundingMapRect], mapRect)替代
| mapRect | 指定的mapRect |