36 count:(NSUInteger)count
37 withDuration:(CGFloat)duration
38 withName:(NSString *)name
39 completeCallback:(
void(^)(BOOL isFinished))completeCallback;
58 count:(NSUInteger)count
59 withDuration:(CGFloat)duration
60 withName:(NSString *)name
61 completeCallback:(
void(^)(BOOL isFinished))completeCallback
Definition: MAAnimatedAnnotation.h:15
NSArray< MAAnnotationMoveAnimation * > * allMoveAnimations()
获取所有未完成的移动动画, 返回数组内为MAAnnotationMoveAnimation对象. since 4.5.0 Retrieve all unfinished move animations,...
void setNeedsStart()
设置需要开始动画,自定义其他类型动画时需要调用. since 6.0.0 Settings require starting animation, which needs to be called wh...
CLLocationDirection movingDirection
Definition: MAAnimatedAnnotation.h:19
Definition: MAAnnotationMoveAnimation.h:17
Definition: MAPointAnnotation.h:16
Definition: MAAnnotation.h:52