public class AimLessModeCongestionInfo
extends java.lang.Object
| 构造器和说明 |
|---|
AimLessModeCongestionInfo(CruiseCongestionInfo info) |
| 限定符和类型 | 方法和说明 |
|---|---|
AMapCongestionLink[] |
getAmapCongestionLinks()
该条道路的拥堵信息数组
仅当拥堵长度大于500米且拥堵时间大于5分钟时,服务才下发拥堵路段形状点
The congestion information array of this road Service will only issue the shape points of the congested section when the congestion length is greater than 500 meters and the congestion time is more than 5 minutes |
int |
getCongestionStatus()
拥堵区域的整体拥堵状态
Overall Congestion Status in Congested Area |
double |
getEventLat()
已过时。
从7.0.0版本废弃
Deprecated from version 7.0.0 |
double |
getEventLon()
已过时。
从7.0.0版本废弃
Deprecated from version 7.0.0 |
int |
getEventType()
已过时。
从7.0.0版本废弃
Deprecated from version 7.0.0 |
int |
getLength() |
java.lang.String |
getRoadName() |
int |
getTime() |
void |
setCongestionStatus(int congestionStatus) |
void |
setEventLat(double eventLat)
已过时。
从7.0.0版本废弃
Deprecated from version 7.0.0 |
void |
setEventLon(double eventLon)
已过时。
从7.0.0版本废弃
Deprecated from version 7.0.0 |
void |
setEventType(int eventType)
已过时。
从7.0.0版本废弃
Deprecated from version 7.0.0 |
void |
setLength(int length) |
void |
setRoadName(java.lang.String roadName) |
void |
setTime(int time) |
public AMapCongestionLink[] getAmapCongestionLinks()
public int getEventType()
public void setEventType(int eventType)
public java.lang.String getRoadName()
public void setRoadName(java.lang.String roadName)
public int getLength()
public void setLength(int length)
public int getCongestionStatus()
AMapTrafficStatus.getStatus()一致
AMapTrafficStatus.getStatus()public void setCongestionStatus(int congestionStatus)
public double getEventLon()
public void setEventLon(double eventLon)
public double getEventLat()
public void setEventLat(double eventLat)
public int getTime()
public void setTime(int time)