| 程序包 | 说明 | 
|---|---|
| com.baidu.mapapi.search.route | 路线规划检索模块 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| IndoorRoutePlanOption | IndoorRoutePlanOption. from(IndoorPlanNode from)设置起点 | 
| IndoorRoutePlanOption | IndoorRoutePlanOption. to(IndoorPlanNode to)设置终点 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| boolean | RoutePlanSearch. walkingIndoorSearch(IndoorRoutePlanOption option)发起室内路线规划
 V4.3.2版本后(包含V4.3.2版本),该方法要在Listener设置方法
  RoutePlanSearch.setOnGetRoutePlanResultListener(OnGetRoutePlanResultListener)之后执行,否则会在某些场景出现拿不到回调结果的情况 |