| 
    IndoorMapSDK
    
   室内地图SDK参考文档 
   | 
 
室内POI数据结构定义 更多...
#import <OIMFeature.h>
  
 属性 | |
| NSString * | pid | 
| 数据标识  更多... | |
| NSString * | name | 
| 名称  更多... | |
| int | type | 
| 类型  更多... | |
| int | category | 
| Feature的高德分类  更多... | |
| NSMutableDictionary * | properties | 
| 其它的属性  更多... | |
| NSMutableArray * | features | 
| 相关联的Feature列表  更多... | |
| NSMutableArray * | points | 
| Feature的几何信息  更多... | |
      
  | 
  readwritenonatomicassign | 
Feature的高德分类
      
  | 
  readwritenonatomicstrong | 
相关联的Feature列表
      
  | 
  readwritenonatomicstrong | 
名称
      
  | 
  readwritenonatomicstrong | 
数据标识
      
  | 
  readwritenonatomicstrong | 
Feature的几何信息
      
  | 
  readwritenonatomicstrong | 
其它的属性
      
  | 
  readwritenonatomicassign | 
类型