9 #import <CoreLocation/CoreLocation.h> 10 #import <UIKit/UIKit.h> 11 #import <BaiduMapAPI_Base/BMKTypes.h> 21 CGPoint _targetScreenPt;
22 CLLocationCoordinate2D _targetGeoPt;
25 @property (nonatomic, assign)
float fLevel;
27 @property (nonatomic, assign)
float fRotation;
29 @property (nonatomic, assign)
float fOverlooking;
31 @property (nonatomic) CGPoint targetScreenPt;
33 @property (nonatomic) CLLocationCoordinate2D targetGeoPt;
35 @property (nonatomic, assign, readonly)
BMKMapRect visibleMapRect;
此类表示地图状态信息
Definition: BMKMapStatus.h:15
矩形,用直角地理坐标表示
Definition: BMKTypes.h:124