iOS高德轻量版地图SDK
1.2.0
|
annotation移动动画. More...
#import <MAAnnotationMoveAnimation.h>
Instance Methods | |
(NSString *) | - name |
获取动画名字 More... | |
(CLLocationCoordinate2D *) | - coordinates |
获取经纬度坐标点数组 More... | |
(NSUInteger) | - count |
获取coordinates数组内坐标点个数 More... | |
(CGFloat) | - duration |
获取动画时长 More... | |
(CGFloat) | - elapsedTime |
获取动画已执行的时长 More... | |
(void) | - cancel |
取消 More... | |
(BOOL) | - isCancelled |
是否已取消 More... | |
(NSInteger) | - passedPointCount |
获取当前动画已走过点的总个数 More... | |
annotation移动动画.
- (void) cancel |
取消
- (CLLocationCoordinate2D *) coordinates |
获取经纬度坐标点数组
- (NSUInteger) count |
获取coordinates数组内坐标点个数
- (CGFloat) duration |
获取动画时长
- (CGFloat) elapsedTime |
获取动画已执行的时长
- (BOOL) isCancelled |
是否已取消
- (NSString *) name |
获取动画名字
- (NSInteger) passedPointCount |
获取当前动画已走过点的总个数