| Package | Description |
|---|---|
| com.baidu.mapapi.walknavi.params |
步行导航算路参数
|
| Modifier and Type | Class and Description |
|---|---|
class |
WalkRouteNodeInfo
步行导航起终点节点信息类
|
| Modifier and Type | Method and Description |
|---|---|
RouteNodeInfo |
WalkNaviLaunchParam.getEndNodeInfo()
获取终点信息
|
RouteNodeInfo |
WalkNaviLaunchParam.getStartNodeInfo()
获取起点信息
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RouteNodeInfo> |
WalkNaviLaunchParam.getViaNodes()
获取途径点信息
|
| Modifier and Type | Method and Description |
|---|---|
void |
WalkNaviLaunchParam.setViaNodes(java.util.List<RouteNodeInfo> nodes)
设置步行导航途径点信息
|