| Package | Description |
|---|---|
| com.baidu.mapapi.search.busline |
公交详情检索
|
| com.baidu.mapapi.search.core |
检索模块公共数据结结构
|
| com.baidu.mapapi.search.route |
路径规划
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BusLineResult.BusStation
公交站点信息
|
| Modifier and Type | Method and Description |
|---|---|
RouteNode |
RouteLine.getStarting()
获取路线起点信息
|
RouteNode |
RouteLine.getTerminal()
获取路线终点信息
|
static RouteNode |
RouteNode.location(LatLng location)
设置位置
|
static RouteNode |
RouteNode.titleAndLocation(java.lang.String title,
LatLng location)
设置标题和位置
|
| Modifier and Type | Method and Description |
|---|---|
void |
RouteLine.setStarting(RouteNode starting)
设置路线起点信息
|
void |
RouteLine.setTerminal(RouteNode terminal)
设置路线终点信息
|
| Modifier and Type | Method and Description |
|---|---|
RouteNode |
BikingRouteLine.BikingStep.getEntrance()
获取路段起点信息
|
RouteNode |
DrivingRouteLine.DrivingStep.getEntrance()
路段入口信息
|
RouteNode |
TransitRouteLine.TransitStep.getEntrance()
路段入口信息
|
RouteNode |
WalkingRouteLine.WalkingStep.getEntrance()
获取路段起点信息
|
RouteNode |
BikingRouteLine.BikingStep.getExit()
获取路段终点信息
|
RouteNode |
DrivingRouteLine.DrivingStep.getExit()
路段出口信息
|
RouteNode |
TransitRouteLine.TransitStep.getExit()
路段出口信息
|
RouteNode |
WalkingRouteLine.WalkingStep.getExit()
获取路段终点信息
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RouteNode> |
DrivingRouteLine.getWayPoints()
返回路线途经点,路线途经点设置见
RoutePlanOption |