|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectcom.baidu.mapapi.MKTransitRoutePlan
public class MKTransitRoutePlan
公交方案详情类
构造方法摘要 | |
---|---|
MKTransitRoutePlan()
|
方法摘要 | |
---|---|
java.lang.String |
getContent()
返回方案具体描述信息 |
int |
getDistance()
返回方案距离,单位:米 |
GeoPoint |
getEnd()
返回方案终点地理坐标点 |
MKLine |
getLine(int index)
返回方案包含的第index条公交线路路段 |
int |
getNumLines()
返回方案包含的公交线路段数 |
int |
getNumRoute()
返回本方案包含的步行线路段数 |
MKRoute |
getRoute(int index)
返回方案包含的第index条步行线路路段 |
GeoPoint |
getStart()
返回方案起点地理坐标点 |
void |
setLine(java.util.ArrayList<MKLine> arrayLine)
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public MKTransitRoutePlan()
方法详细信息 |
---|
public void setLine(java.util.ArrayList<MKLine> arrayLine)
public int getNumLines()
public MKLine getLine(int index)
index
- 路段索引,从0开始
public int getNumRoute()
public MKRoute getRoute(int index)
index
- 路段索引,从0开始
public int getDistance()
public GeoPoint getStart()
public GeoPoint getEnd()
public java.lang.String getContent()
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |