public class NaviInfo
extends java.lang.Object
构造器和说明 |
---|
NaviInfo() |
限定符和类型 | 方法和说明 |
---|---|
int |
getCurLink()
获取自车所在小路段索引
|
int |
getCurPoint()
获取当前位置所在link上的点索引
|
java.lang.String |
getCurrentRoadName()
获取当前路线名称
|
int |
getCurrentSpeed()
已过时。
请从定位回调
AMapNaviListener.onLocationChange(AMapNaviLocation) 中获取当前车速 |
int |
getCurStep()
获取当前大路段索引
|
int |
getCurStepRetainDistance()
获取当前路段剩余距离
注意:该接口仅驾车模式有效
|
int |
getCurStepRetainTime()
获取当前路段剩余时间
注意:该接口仅驾车模式有效
|
AMapExitDirectionInfo |
getExitDirectionInfo()
获取出口方向信息
|
Bitmap |
getIconBitmap()
获取转向图标bitmap
此接口可能返回为空,返回空的情况下,请使用
NaviInfo.getIconType() 来判别转向类型。 |
int |
getIconType()
获取导航转向图标类型
注意,当
NaviInfo.getIconBitmap() 有返回值的时候,请优先使用其返回的Bitmap来绘制转向图标,这样结果更加准确。 |
int |
getNaviType()
导航信息类型
|
java.lang.String |
getNextRoadName()
获取下条路名
|
AMapNotAvoidInfo |
getNotAvoidInfo()
获取未避开的禁行、限行信息
|
long |
getPathId()
获取线路ID
注意:该接口仅驾车模式有效
|
int |
getPathRetainDistance()
获取路线剩余距离
注意:该接口仅驾车模式有效
|
int |
getPathRetainTime()
获取路线剩余时间(单位秒)
|
int |
getRouteRemainLightCount()
获取路径剩余红绿灯数量
注意:该接口仅驾车模式有效
|
AMapNaviToViaInfo[] |
getToViaInfo()
获取当前位置到剩余途经点的信息
|
void |
setRouteRemainLightCount(int routeRemainLightCount)
设置路径剩余红绿灯数量
|
public long getPathId()
public AMapExitDirectionInfo getExitDirectionInfo()
AMapExitDirectionInfo
注意:该接口仅驾车模式有效public int getCurrentSpeed()
AMapNaviListener.onLocationChange(AMapNaviLocation)
中获取当前车速public int getNaviType()
public java.lang.String getCurrentRoadName()
public java.lang.String getNextRoadName()
public int getIconType()
注意,当 NaviInfo.getIconBitmap()
有返回值的时候,请优先使用其返回的Bitmap来绘制转向图标,这样结果更加准确。
IconType
public int getPathRetainDistance()
public int getPathRetainTime()
public int getCurStepRetainDistance()
public int getCurStepRetainTime()
public int getCurStep()
public int getCurLink()
public int getCurPoint()
public Bitmap getIconBitmap()
此接口可能返回为空,返回空的情况下,请使用 NaviInfo.getIconType()
来判别转向类型。请优先使用此接口来绘制转向图标。
public int getRouteRemainLightCount()
public void setRouteRemainLightCount(int routeRemainLightCount)
routeRemainLightCount
- public AMapNotAvoidInfo getNotAvoidInfo()
public AMapNaviToViaInfo[] getToViaInfo()