9#import <Foundation/Foundation.h>
10#import <CoreLocation/CoreLocation.h>
11#import "QIndoorInfo.h"
16@protocol QAnnotation <NSObject>
21@property (nonatomic, readonly) CLLocationCoordinate2D
coordinate;
44- (void)setCoordinate:(CLLocationCoordinate2D)newCoordinate;
表示室内图的数据类.
定义 QIndoorInfo.h:15
CLLocationCoordinate2D coordinate
标注view中心坐标
定义 QAnnotation.h:21
QIndoorInfo * indoorInfo()
获取annotation室内位置
NSString * title()
获取annotation标题
NSString * subtitle()
获取annotation副标题