| 程序包 | 说明 |
|---|---|
| com.amap.api.services.route |
| 限定符和类型 | 字段和说明 |
|---|---|
static android.os.Parcelable.Creator<BusStep> |
BusStep.CREATOR |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<BusStep> |
BusPath.getSteps()
返回公交路径规划方案的路段列表
Returns the segment list of the public transport route planning solution. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BusPath.setSteps(java.util.List<BusStep> mSteps)
设置公交路径规划方案的路段列表
Sets the segment list of the public transport route planning solution. |