| 
    IndoorMapSDK
    
   室内地图SDK参考文档 
   | 
 
室内路算事件 更多...
#import <OIMRoutePlanning.h>
  
 Instance Methods | |
| (void) | - routePlanning:didRoutePlanningSuccess:routeFeature: | 
| (void) | - routePlanning:didRoutePlanningFailure:error: | 
| 路算失败事件  更多... | |
室内路算事件
| - (void) routePlanning: | (OIMRoutePlanning *) | routePlanning | |
| didRoutePlanningFailure: | (NSString *) | buildingId | |
| error: | (NSError *) | error | |
路算失败事件
| routePlanning | 执行路算的对象 | 
| buildingId | 路算对应的室内建筑物Id | 
| error | 失败的相关信息 |