IndoorMapSDK
室内地图SDK参考文档
 全部  函数 变量 属性
OIMFloor类 参考

楼层数据结构 更多...

#import <OIMFeature.h>

类 OIMFloor 继承关系图:
OIMFeature

属性

int floorNo
 楼层编号 更多...
 
NSString * floorName
 楼层名称 更多...
 
- 属性 继承自 OIMFeature
NSString * pid
 数据标识 更多...
 
NSString * name
 名称 更多...
 
int type
 类型 更多...
 
int category
 Feature的高德分类 更多...
 
NSMutableDictionary * properties
 其它的属性 更多...
 
NSMutableArray * features
 相关联的Feature列表 更多...
 
NSMutableArray * points
 Feature的几何信息 更多...
 

详细描述

楼层数据结构

自从
2.0.0

属性说明

- (NSString*) floorName
readwritenonatomicstrong

楼层名称

备注
不同于name,不建议用于楼层控件
自从
2.0.0
- (int) floorNo
readwritenonatomicassign

楼层编号

备注
不同于楼层,floorNo为3的楼层不一定是F3层 地上的楼层用正值,地下的楼层用负值,没有floorNo为0的楼层
自从
2.0.0

该类的文档由以下文件生成: