Package | Description |
---|---|
com.baidu.mapapi.bikenavi.params |
骑行导航算路参数
|
Modifier and Type | Method and Description |
---|---|
BikeRouteNodeInfo |
BikeNaviLaunchParam.getEndNodeInfo()
获取终点信息
|
BikeRouteNodeInfo |
BikeNaviLaunchParam.getStartNodeInfo()
获取起点信息
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BikeRouteNodeInfo> |
BikeNaviLaunchParam.getViaNodes()
获取途径点信息
|
Modifier and Type | Method and Description |
---|---|
BikeNaviLaunchParam |
BikeNaviLaunchParam.endNodeInfo(BikeRouteNodeInfo endNodeInfo)
设置骑行导航终点信息
|
BikeNaviLaunchParam |
BikeNaviLaunchParam.startNodeInfo(BikeRouteNodeInfo startNodeInfo)
设置骑行导航起点信息
|
Modifier and Type | Method and Description |
---|---|
void |
BikeNaviLaunchParam.setViaNodes(java.util.List<BikeRouteNodeInfo> nodes)
设置步行导航途径点信息
|