10 #import <CoreGraphics/CoreGraphics.h>
11 #import <CoreLocation/CoreLocation.h>
12 #import <Foundation/Foundation.h>
21 @property (nonatomic, readonly) CLLocationCoordinate2D
coordinate;
27 @property (nonatomic, copy) NSString *
title;
31 @property (nonatomic, copy) NSString *
subtitle;
39 - (void)setCoordinate:(CLLocationCoordinate2D)newCoordinate;
61 - (void)step:(CGFloat)timeDelta;
Definition: MAAnnotation.h:52
BOOL shouldAnimationStart()
动画是否可以开始. 通过此方法判断是否需要将动画annotation加入渲染过程,已经start且尚未finish的动画标注才会调用step方法。(since 6....
CLLocationDirection rotateDegree()
动画更新时调用此接口,获取annotationView的旋转角度,不实现默认为0. (since 4.5.0) This interface is called when the animation i...
BOOL isAnimationFinished()
动画是否已完成. 通过此方法判断是否需要将动画annotation移出渲染执行过程。(since 4.5.0) Whether the animation has been completed....
Definition: MAAnnotation.h:17
NSString * subtitle
Definition: MAAnnotation.h:31
CLLocationCoordinate2D coordinate
Definition: MAAnnotation.h:21
NSString * title
Definition: MAAnnotation.h:27
double altitude
Definition: MAAnnotation.h:43