BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
构造函数 | 属性 | 所有成员列表
<BMKOverlay>协议 参考

该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类 更多...

#include <BMKOverlay.h>

类 <BMKOverlay> 继承关系图:
<BMKAnnotation> BMK3DModelOverlay BMK3DTraceOverlay BMKArcline BMKCircle BMKGroundOverlay BMKMultiPointOverlay BMKPolygon BMKPolyline BMKPrismOverlay BMKText BMKTileLayer BMKTraceOverlay

构造函数

(BOOL) - intersectsMapRect:
 
- 构造函数 继承自 <BMKAnnotation>
(NSString *) - title
 获取annotation标题
 
(NSString *) - subtitle
 获取annotation副标题
 
(void) - setCoordinate:
 

属性

CLLocationCoordinate2D coordinate
 返回区域中心坐标.
 
BMKMapRect boundingMapRect
 返回区域外接矩形
 
- 属性 继承自 <BMKAnnotation>
CLLocationCoordinate2D coordinate
 标注view中心坐标.
 

详细描述

该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类

函数文档

◆ intersectsMapRect:

- (BOOL) intersectsMapRect: (BMKMapRect) mapRect
optional

判断指定的矩形是否与本Overlay相交,用于更精确的控制overlay view的显示. 默认使用BMKMapRectIntersectsRect([overlay boundingRect], mapRect)代替.

参数
mapRect指定的BMKMapRect
返回
如果相交返回YES,否则返回NO

属性说明

◆ boundingMapRect

- (BMKMapRect) boundingMapRect
readnonatomicassign

返回区域外接矩形

◆ coordinate

- (CLLocationCoordinate2D) coordinate
readrequirednonatomicassign

返回区域中心坐标.


该协议的文档由以下文件生成: