10#import "QAnnotation.h"
11#import <CoreLocation/CoreLocation.h>
21@property (nonatomic, assign) CLLocationCoordinate2D
coordinate;
26@property (copy) NSString *
title;
表示室内图的数据类.
定义 QIndoorInfo.h:15
点标注数据. 代表一个经纬度点位置的点状覆盖物的数据
定义 QPointAnnotation.h:16
NSString * subtitle
副标题
定义 QPointAnnotation.h:31
CGPoint lockedScreenPoint
固定到的屏幕指定坐标, 是在QMapView bounds 坐标系下。当 lockedToScreen == YES是有效。默认为CGPointZero. 运行时设置有效。
定义 QPointAnnotation.h:45
NSString * title
标题
定义 QPointAnnotation.h:26
QIndoorInfo * indoorInfo
室内位置
定义 QPointAnnotation.h:52
BOOL lockedToScreen
是否固定到屏幕坐标。默认为NO。运行时设置有效。
定义 QPointAnnotation.h:39
CLLocationCoordinate2D coordinate
经纬度
定义 QPointAnnotation.h:21
该类为一个抽象类,定义了QShape类的基本属性和行为,不能直接使用,必须子类化之后才能使用
定义 QShape.h:16
该类为标注点的protocol,提供了标注类的基本信息函数
定义 QAnnotation.h:16