| 
    IndoorMapSDK
    
   室内地图SDK参考文档 
   | 
 
  
 Instance Methods | |
| (instancetype) | - initWithDelegate: | 
| 初始化室内路算对象  更多... | |
| (int) | - requestRoutePlanning:fromPoint:toPoint: | 
| 室内点到点路算  更多... | |
| (int) | - requestRoutePlanning:fromPoint:toPoiId: | 
| 室内点到POI路算  更多... | |
| (int) | - requestRoutePlanning:fromPoiId:toPoiId: | 
| 室内POI到POI路算  更多... | |
| (int) | - requestRoutePlanning:fromPoiId:toPoint: | 
| 室内POI到点路算  更多... | |
属性 | |
| NSString * | key | 
| LBS开发者KEY.  更多... | |
| - (instancetype) initWithDelegate: | (id< OIMRoutePlanningDelegate >) | delegate | 
| - (int) requestRoutePlanning: | (NSString *) | buildingId | |
| fromPoiId: | (NSString *) | from | |
| toPoiId: | (NSString *) | to | |
室内POI到POI路算
| buildingId | 室内建筑物Id | 
| from | 路算起点POIID | 
| to | 路算终点POIID | 
| - (int) requestRoutePlanning: | (NSString *) | buildingId | |
| fromPoiId: | (NSString *) | from | |
| toPoint: | (OIMPoint) | to | |
室内POI到点路算
| buildingId | 室内建筑物Id | 
| from | 路算起点POIID | 
| to | 路算终点坐标 | 
| - (int) requestRoutePlanning: | (NSString *) | buildingId | |
| fromPoint: | (OIMPoint) | from | |
| toPoiId: | (NSString *) | to | |
室内点到POI路算
| buildingId | 室内建筑物Id | 
| from | 路算起点坐标 | 
| to | 路算终点POIID | 
| - (int) requestRoutePlanning: | (NSString *) | buildingId | |
| fromPoint: | (OIMPoint) | from | |
| toPoint: | (OIMPoint) | to | |
室内点到点路算
| buildingId | 室内建筑物Id | 
| from | 路算起点坐标 | 
| to | 路算终点坐标 | 
      
  | 
  readwritenonatomicstrong | 
LBS开发者KEY.