BaiduMap_IOSSDK_v6.5.5doc_Docs  6.5.5
构造函数 | 类方法 | 属性 | 所有成员列表
BMKTraceOverlay类 参考

#import <BMKTraceOverlay.h>

类 BMKTraceOverlay 继承关系图:
BMKMultiPoint <BMKOverlay> BMKShape <BMKAnnotation> <BMKAnnotation>

构造函数

(BOOL) - updateTraceOverlayCoordinates:count:option:
 
(BOOL) - updateTraceOverlayPoints:count:option:
 
- 构造函数 继承自 BMKMultiPoint
(void) - getCoordinates:range:
 
- 构造函数 继承自 <BMKAnnotation>
(NSString *) - title
 获取annotation标题 更多...
 
(NSString *) - subtitle
 获取annotation副标题 更多...
 
(void) - setCoordinate:
 
- 构造函数 继承自 <BMKOverlay>
(BOOL) - intersectsMapRect:
 

类方法

(nullable instancetype) + traceOverlayWithCoordinates:count:option:
 
(nullable instancetype) + traceOverlayWithPoints:count:option:
 

属性

id< BMKTraceOverlayAnimationDelegatedelegate
 动画代理 更多...
 
BMKTraceOverlayOptionoverlayOption
 动画参数 更多...
 
- 属性 继承自 BMKMultiPoint
BMKMapPointpoints
 坐标点数组 更多...
 
NSUInteger pointCount
 坐标点的个数 更多...
 
- 属性 继承自 BMKShape
NSString * title
 要显示的标题;注意:如果不设置title,无法点击annotation,也无法使用回调函数; 更多...
 
NSString * subtitle
 要显示的副标题 更多...
 
- 属性 继承自 <BMKAnnotation>
CLLocationCoordinate2D coordinate
 标注view中心坐标. 更多...
 
- 属性 继承自 <BMKOverlay>
CLLocationCoordinate2D coordinate
 返回区域中心坐标. 更多...
 
BMKMapRect boundingMapRect
 返回区域外接矩形 更多...
 

额外继承的成员函数

- Protected 属性 继承自 BMKMultiPoint
package BMKMapPoint_points
 
NSUInteger _pointCount
 
BMKMapRect _boundingRect
 

函数文档

◆ traceOverlayWithCoordinates:count:option:

+ (nullable instancetype) traceOverlayWithCoordinates: (CLLocationCoordinate2D *)  coords
count: (NSUInteger)  count
option: (BMKTraceOverlayOption *)  overlayOption 

创建BMKTraceOverlay

参数
coords经纬度坐标数组
count经纬度坐标数组大小
overlayOption动画参数

◆ traceOverlayWithPoints:count:option:

+ (nullable instancetype) traceOverlayWithPoints: (BMKMapPoint *)  points
count: (NSUInteger)  count
option: (BMKTraceOverlayOption *)  overlayOption 

创建BMKTraceOverlay

参数
points直角坐标数组
count直角坐标数组大小
overlayOption动画参数

◆ updateTraceOverlayCoordinates:count:option:

- (BOOL) updateTraceOverlayCoordinates: (CLLocationCoordinate2D *)  coords
count: (NSUInteger)  count
option: (BMKTraceOverlayOption *)  overlayOption 

更新BMKTraceOverlay

参数
coords经纬度坐标数组
count经纬度坐标数组大小
overlayOption动画参数

◆ updateTraceOverlayPoints:count:option:

- (BOOL) updateTraceOverlayPoints: (CLLocationCoordinate2D *)  coords
count: (NSUInteger)  count
option: (BMKTraceOverlayOption *)  overlayOption 

更新BMKTraceOverlay

参数
coords直角坐标数组
count直角坐标数组大小
overlayOption动画参数

属性说明

◆ delegate

- (id<BMKTraceOverlayAnimationDelegate>) delegate
readwritenonatomicweak

动画代理

◆ overlayOption

- (BMKTraceOverlayOption*) overlayOption
readnonatomicstrong

动画参数


该类的文档由以下文件生成: