iOS高德轻量版地图SDK  1.2.0
MAAnnotationMoveAnimation Class Reference

annotation移动动画. More...

#import <MAAnnotationMoveAnimation.h>

Inheritance diagram for MAAnnotationMoveAnimation:

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...
 

Detailed Description

annotation移动动画.

Method Documentation

◆ cancel

- (void) cancel

取消

◆ coordinates

- (CLLocationCoordinate2D *) coordinates

获取经纬度坐标点数组

Returns
返回经纬度坐标点数组

◆ count

- (NSUInteger) count

获取coordinates数组内坐标点个数

Returns
coordinates数组内坐标点个数

◆ duration

- (CGFloat) duration

获取动画时长

Returns
动画时长

◆ elapsedTime

- (CGFloat) elapsedTime

获取动画已执行的时长

Returns
动画已执行的时长

◆ isCancelled

- (BOOL) isCancelled

是否已取消

Returns
YES已取消,NO未取消

◆ name

- (NSString *) name

获取动画名字

Returns
添加动画时传入的名字

◆ passedPointCount

- (NSInteger) passedPointCount

获取当前动画已走过点的总个数

Returns
个数

The documentation for this class was generated from the following file:
© 2020 高德信息技术有限公司版权所有,保留所有权利。