智能客服
你问我答,随时在线为你解决问题
Class Info |
|---|
public class Incident 蚯蚓线显示路况事件:修路、封路、交通事件。 |
Qualifier and Type | Method Name and Description |
|---|---|
List<IncidentDetail> | 获取路况事件详情。 |
double | 获取距离起点的距离。 |
int | 获取事件的code。 |
String | 获取事件层级。 |
int | 获取是否需要回调通知APP。 |
int | 获取是否通过事件点。 |
String | 获取事件Id。 |
int | 获取是否为拥堵路段车祸事件点。 |
double | 获取拥堵路段长度。 |
int | 获取拥堵路段时间。 |
List<Integer> | 获取事件包含的所有link索引。 |
List<NaviLatLng> | 获取轨迹点的集合。 |
List<String> | 获取服务区描述。 |
int | 路况事件终点映射到SD+大图内的行点索引 |
int | 路况事件起点映射到SD+大图内的行点索引。 |
int | 获取事件数据来源。 |
int | getType() 获取事件类型。 |
String | toString() 转换为String对象。 |
Method |
|---|
public List<IncidentDetail> getDetail() 您调用此API可以获取路况事件详情。 |
Returns
Type | Description |
|---|---|
List<IncidentDetail> | 路况事件详情列表,参见IncidentDetail。 |
Method |
|---|
public double getDisToStart() 您调用此API可以获取距离起点的距离。 |
Returns
Type | Description |
|---|---|
double | 距离起点的距离,单位:米。 |
Method |
|---|
public int getEventCode() 您调用此API可以获取事件的code。 |
Returns
Type | Description |
|---|---|
int | 返回事件的code。 |
Method |
|---|
public String getEventLevel() 您调用此API可以获取事件层级。 |
Returns
Type | Description |
|---|---|
String | 事件层级。 |
Method |
|---|
public int getIfCallback() 您调用此API可以获取是否需要回调通知APP。 |
Returns
Type | Description |
|---|---|
int | 是否需要通知APP
|
Method |
|---|
public int getIfPass() 您调用此API可以获取是否通过事件点。 |
Returns
Type | Description |
|---|---|
int | 是否通过事件点
|
Method |
|---|
public String getIncidentId() 您调用此API可以获取事件Id。 |
Returns
Type | Description |
|---|---|
String | 返回事件Id。 |
Method |
|---|
public int getJamIncidentStatus() 您调用此API可以获取是否为拥堵路段车祸事件点。 |
Returns
Type | Description |
|---|---|
int | 是否为拥堵路段车祸事件点
|
Method |
|---|
public double getJamLength() 您调用此API可以获取拥堵路段长度。 |
Returns
Type | Description |
|---|---|
double | 拥堵路段剩余长度 公制单位:m 英制单位:ft |
Method |
|---|
public int getJamTime() 您调用此API可以获取拥堵路段时间。 |
Returns
Type | Description |
|---|---|
int | 拥堵路段时间,单位:分钟。 |
Method |
|---|
public List<Integer> getLinkIndexes() 您调用此API可以获取事件包含的所有link索引。 |
Returns
Type | Description |
|---|---|
List<Integer> | 返回事件包含的所有link索引。 |
Method |
|---|
public List<NaviLatLng> getPoints() 您调用此API可以获取轨迹点的集合。 |
Returns
Type | Description |
|---|---|
List<NaviLatLng> | 返回轨迹点的集合。 |
Method |
|---|
public List<String> getServiceDescriptionTypes() 您调用此API可以获取服务区描述。 |
Returns
Type | Description |
|---|---|
List<String> | 返回服务区描述集合。 |
Method |
|---|
public int getSdPlusEndIndex() 您调用此API可以获取路况事件终点映射到SD+大图内的行点索引。 |
Returns
Type | Description |
|---|---|
int | 路况事件终点映射到SD+大图内的行点索引。 |
Method |
|---|
public int getSdPlusStartIndex() 您调用此API可以获取路况事件起点映射到SD+大图内的行点索引。 |
Returns
Type | Description |
|---|---|
int | 路况事件起点映射到SD+大图内的行点索引。 |
Method |
|---|
public int getSource() 您调用此API可以获取事件数据来源。 |
Returns
Type | Description |
|---|---|
int | 事件数据来源。 |
Method |
|---|
public int getType() 您调用此API可以获取事件类型。 |
Returns
Type | Description |
|---|---|
int | 返回事件类型的值
|
Method |
|---|
public String toString() 您调用此API可以转换为String对象。 |
Returns
Type | Description |
|---|---|
String | 返回String对象。 |