public class AMapNaviStep
extends java.lang.Object
构造器和说明 |
---|
AMapNaviStep() |
限定符和类型 | 方法和说明 |
---|---|
int |
getChargeLength()
获取该路段收费路段距离
注意:该接口仅驾车模式有效
|
java.util.List<NaviLatLng> |
getCoords()
获取该路段坐标点集
|
int |
getEndIndex()
获取该路段终点index
|
int |
getIconType()
获取当前路段的转向动作类型
|
int |
getLength()
获取该路段长度
|
java.util.List<AMapNaviLink> |
getLinks()
获取该路段Link集
|
int |
getStartIndex()
获取该路段起点index
|
int |
getTime()
获取该路段耗时
|
int |
getTollCost()
获取该路段的收费金额
注意:该接口仅驾车模式有效
|
int |
getTrafficLightCount()
获取该路段红绿灯总数
|
int |
getTrafficLightNumber()
获取该路段中红绿灯总数
|
boolean |
isArriveWayPoint()
该路段是否经过途经点
注意:该接口仅驾车模式有效
|
public int getStartIndex()
public int getEndIndex()
public int getLength()
public int getTime()
public int getChargeLength()
public java.util.List<NaviLatLng> getCoords()
public java.util.List<AMapNaviLink> getLinks()
public int getIconType()
IconType
public int getTollCost()
public int getTrafficLightCount()
public int getTrafficLightNumber()
public boolean isArriveWayPoint()