| java.lang.Object | |
| ↳ | com.tencent.navix.api.model.NavTrafficJamInfo |
拥堵信息
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NavTrafficJamInfo(int duration, int distance, boolean inJamArea, List<NavRoutePoint> routePoints, int trafficStatus) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
getDistance()
拥堵距离,米
| ||||||||||
| int |
getDuration()
拥堵时间,分钟
| ||||||||||
| List<NavRoutePoint> |
getRoutePoints()
点串信息
| ||||||||||
| int |
getTrafficStatus()
拥堵状态
| ||||||||||
| boolean |
isInJamArea()
当前处于拥堵状态
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
拥堵距离,米
拥堵时间,分钟
拥堵状态
当前处于拥堵状态