|
高德地图SDK(导航)
V11.1.000
|
#import <MAAnnotationMoveAnimation.h>
Instance Methods | |
| (NSString *) | - name |
| 获取动画名字 get animation name More... | |
| (CLLocationCoordinate2D *) | - coordinates |
| 获取经纬度坐标点数组 get latitude and longitude coordinate point array More... | |
| (NSUInteger) | - count |
| 获取coordinates数组内坐标点个数 get number of coordinate points in the coordinates array More... | |
| (CGFloat) | - duration |
| 获取动画时长 Get animation duration More... | |
| (CGFloat) | - elapsedTime |
| 获取动画已执行的时长 Get elapsed animation duration More... | |
| (void) | - cancel |
| 取消 Cancel More... | |
| (BOOL) | - isCancelled |
| 是否已取消 Is canceled More... | |
| (NSInteger) | - passedPointCount |
| 获取当前动画已走过点的总个数 Get the total number of points the current animation has passed More... | |
annotation移动动画. since 4.5.0 annotation animation since 4.5.0
| - (void) cancel |
取消 Cancel
| - (CLLocationCoordinate2D *) coordinates |
获取经纬度坐标点数组 get latitude and longitude coordinate point array
| - (NSUInteger) count |
获取coordinates数组内坐标点个数 get number of coordinate points in the coordinates array
| - (CGFloat) duration |
获取动画时长 Get animation duration
| - (CGFloat) elapsedTime |
获取动画已执行的时长 Get elapsed animation duration
| - (BOOL) isCancelled |
是否已取消 Is canceled
| - (NSString *) name |
获取动画名字 get animation name
| - (NSInteger) passedPointCount |
获取当前动画已走过点的总个数 Get the total number of points the current animation has passed