11#import <CoreLocation/CLLocation.h>
17@property (nonatomic, assign) CLLocationCoordinate2D
coordinate;
点标注数据
Definition MAPointAnnotation.h:15
CLLocationCoordinate2D coordinate
经纬度
Definition MAPointAnnotation.h:17
CGPoint lockedScreenPoint
固定屏幕点的坐标
Definition MAPointAnnotation.h:23
BOOL lockedToScreen
是否固定在屏幕一点, 注意,拖动或者手动改变经纬度,都会导致设置失效
Definition MAPointAnnotation.h:20
该类为一个抽象类,定义了基于MAAnnotation的MAShape类的基本属性和行为,不能直接使用,必须子类化之后才能使用
Definition MAShape.h:15