| BaiduMap_IOSSDK_v6.6.5_Docs 6.6.5
    | 
#include <BMK3DTraceOverlay.h>
 
  
| 构造函数 | |
| (void) | - pause3DTraceOverlayDraw | 
| 暂停轨迹动画绘制 | |
| (void) | - resume3DTraceOverlayDraw | 
| 继续轨迹动画绘制 | |
|  构造函数 继承自 BMKMultiPoint | |
| (void) | - getCoordinates:range: | 
|  构造函数 继承自 <BMKAnnotation> | |
| (NSString *) | - title | 
| 获取annotation标题 | |
| (NSString *) | - subtitle | 
| 获取annotation副标题 | |
| (void) | - setCoordinate: | 
|  构造函数 继承自 <BMKOverlay> | |
| (BOOL) | - intersectsMapRect: | 
| 类方法 | |
| (nullable instancetype) | + traceOverlay3DWithCoordinates:count:option: | 
| (nullable instancetype) | + traceOverlay3DWithPoints:count:option: | 
| 属性 | |
| id< BMK3DTraceOverlayAnimationDelegate > | delegate | 
| 动画代理 | |
| BMK3DTraceOverlayOption * | overlayOption | 
| option参数 | |
| BOOL | onPauseStatus | 
| 轨迹动画暂停状态 | |
| CGFloat | progress | 
| 轨迹动画进度 0.0~1.0 | |
|  属性 继承自 BMKMultiPoint | |
| BMKMapPoint * | points | 
| 坐标点数组 | |
| 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 | 
3D轨迹动画 since 6.6.0 使用旧版逻辑绘制轨迹动画仅支持一条。
| - (void) pause3DTraceOverlayDraw | 
暂停轨迹动画绘制
| - (void) resume3DTraceOverlayDraw | 
继续轨迹动画绘制
| + (nullable instancetype) traceOverlay3DWithCoordinates: | (CLLocationCoordinate2D *) | coords | |
| count: | (NSUInteger) | count | |
| option: | (BMK3DTraceOverlayOption *) | overlayOption | 
创建BMK3DTraceOverlay
| coords | 经纬度坐标数组 | 
| count | 经纬度坐标数组大小 | 
| overlayOption | 动画参数 | 
| + (nullable instancetype) traceOverlay3DWithPoints: | (BMKMapPoint *) | points | |
| count: | (NSUInteger) | count | |
| option: | (BMK3DTraceOverlayOption *) | overlayOption | 
创建BMK3DTraceOverlay
| points | 直角坐标数组 | 
| count | 直角坐标数组大小 | 
| overlayOption | 动画参数 | 
| 
 | readwritenonatomicweak | 
动画代理
| 
 | readnonatomicassign | 
轨迹动画暂停状态
| 
 | readnonatomicstrong | 
option参数
| 
 | readnonatomicassign | 
轨迹动画进度 0.0~1.0