java.lang.Object | |
↳ | com.tencent.map.navi.data.NavigationData |
导航面板数据类.包含路名,距离,时间等数据.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NavigationData() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getCurrentRoadName()
获取当前道路路名
| ||||||||||
int |
getCurrentSpeed()
获取当前速度
| ||||||||||
int |
getDistanceToNextRoad()
获取当前道路剩余距离
| ||||||||||
ElectronicEye |
getElectronicEye()
获取电子眼数据。
| ||||||||||
String |
getExitName()
获取高速出口名,不存在则为null
| ||||||||||
int |
getLeftDistance()
获取总剩余距离
| ||||||||||
int |
getLeftTime()
获取总剩余时间
| ||||||||||
int |
getLimitSpeed()
获取当前道路限速
| ||||||||||
String |
getNextRoadName()
获取下一道路路名
| ||||||||||
Bitmap |
getNextTurnIcon()
获取下下个转向图标
| ||||||||||
int |
getRemainTrafficLightCount()
获取红绿灯个数。
| ||||||||||
TNKSpeedMonitorStatus |
getSpeedMonitorStatus()
获取测速区间信息。
| ||||||||||
ArrayList<TNKNaviToWayPointInfo> |
getToWayPointInfos()
获取途经点信息数组
| ||||||||||
Bitmap |
getTurnIcon()
获取转向箭头图片
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
获取当前道路路名
获取当前速度
获取当前道路剩余距离
获取高速出口名,不存在则为null
获取总剩余距离
获取总剩余时间
获取当前道路限速
获取下一道路路名
获取下下个转向图标
获取红绿灯个数。
获取转向箭头图片