10 #import <Foundation/Foundation.h> 12 #import <CoreLocation/CLLocation.h> 17 CLLocationCoordinate2D _coordinate;
19 CGPoint _lockedScreenPoint;
22 @property (nonatomic, assign) CLLocationCoordinate2D
coordinate;
CGPoint screenPointToLock
标注锁定在屏幕上的位置,注意:地图初始化后才能设置screenPointToLock。可以在地图加载完成的回调方法:ma...
Definition: BMKPointAnnotation.h:30
表示一个点的annotation
Definition: BMKPointAnnotation.h:15
该类为一个抽象类,定义了基于BMKAnnotation的BMKShape类的基本属性和行为,不能直接使用,必须子类化之后才...
Definition: BMKShape.h:13
CLLocationCoordinate2D coordinate
该点的坐标
Definition: BMKPointAnnotation.h:22
BOOL isLockedToScreen
Definition: BMKPointAnnotation.h:27