BaiduMap_IOSSDK_v6.5.5doc_Docs
6.5.5
|
#import <BMKTraceOverlay.h>
构造函数 | |
(BOOL) | - updateTraceOverlayCoordinates:count:option: |
(BOOL) | - updateTraceOverlayPoints:count:option: |
![]() | |
(void) | - getCoordinates:range: |
![]() | |
(NSString *) | - title |
获取annotation标题 更多... | |
(NSString *) | - subtitle |
获取annotation副标题 更多... | |
(void) | - setCoordinate: |
![]() | |
(BOOL) | - intersectsMapRect: |
类方法 | |
(nullable instancetype) | + traceOverlayWithCoordinates:count:option: |
(nullable instancetype) | + traceOverlayWithPoints:count:option: |
属性 | |
id< BMKTraceOverlayAnimationDelegate > | delegate |
动画代理 更多... | |
BMKTraceOverlayOption * | overlayOption |
动画参数 更多... | |
![]() | |
BMKMapPoint * | points |
坐标点数组 更多... | |
NSUInteger | pointCount |
坐标点的个数 更多... | |
![]() | |
NSString * | title |
要显示的标题;注意:如果不设置title,无法点击annotation,也无法使用回调函数; 更多... | |
NSString * | subtitle |
要显示的副标题 更多... | |
![]() | |
CLLocationCoordinate2D | coordinate |
标注view中心坐标. 更多... | |
![]() | |
CLLocationCoordinate2D | coordinate |
返回区域中心坐标. 更多... | |
BMKMapRect | boundingMapRect |
返回区域外接矩形 更多... | |
额外继承的成员函数 | |
![]() | |
package BMKMapPoint * | _points |
NSUInteger | _pointCount |
BMKMapRect | _boundingRect |
+ (nullable instancetype) traceOverlayWithCoordinates: | (CLLocationCoordinate2D *) | coords | |
count: | (NSUInteger) | count | |
option: | (BMKTraceOverlayOption *) | overlayOption | |
创建BMKTraceOverlay
coords | 经纬度坐标数组 |
count | 经纬度坐标数组大小 |
overlayOption | 动画参数 |
+ (nullable instancetype) traceOverlayWithPoints: | (BMKMapPoint *) | points | |
count: | (NSUInteger) | count | |
option: | (BMKTraceOverlayOption *) | overlayOption | |
创建BMKTraceOverlay
points | 直角坐标数组 |
count | 直角坐标数组大小 |
overlayOption | 动画参数 |
- (BOOL) updateTraceOverlayCoordinates: | (CLLocationCoordinate2D *) | coords | |
count: | (NSUInteger) | count | |
option: | (BMKTraceOverlayOption *) | overlayOption | |
更新BMKTraceOverlay
coords | 经纬度坐标数组 |
count | 经纬度坐标数组大小 |
overlayOption | 动画参数 |
- (BOOL) updateTraceOverlayPoints: | (CLLocationCoordinate2D *) | coords | |
count: | (NSUInteger) | count | |
option: | (BMKTraceOverlayOption *) | overlayOption | |
更新BMKTraceOverlay
coords | 直角坐标数组 |
count | 直角坐标数组大小 |
overlayOption | 动画参数 |
|
readwritenonatomicweak |
动画代理
|
readnonatomicstrong |
动画参数