9#import <QMapKit/QMapKit.h>
10#import <UIKit/UIKit.h>
12NS_ASSUME_NONNULL_BEGIN
22@property (nonatomic, strong) UIColor *
color;
39@property (nonatomic, strong) NSArray <NSString *> *
regions;
44@interface QMapView (IndoorCell)
void resetIndoorCell()
清除自定义面样式(恢复默认样式), 需在面所在室内图激活时调用
面样式的配置信息
定义 QMapView+IndoorCell.h:30
NSArray< NSString * > * regions
面id列表
定义 QMapView+IndoorCell.h:39
QIndoorCellStyle * style
面样式
定义 QMapView+IndoorCell.h:34
面样式的定义
定义 QMapView+IndoorCell.h:18
UIColor * color
面颜色
定义 QMapView+IndoorCell.h:22