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