public class AMapNaviSituationInfo
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
SITUATION_TYPE_ACCIDENT
事故
|
static int |
SITUATION_TYPE_CLOSE
封路
|
static int |
SITUATION_TYPE_CONSTRUCTION
施工
|
static int |
SITUATION_TYPE_CONTROL
管制
|
| 构造器和说明 |
|---|
AMapNaviSituationInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getEndLinkIndex()
获得结束link的link索引
|
int |
getEndSegmentIndex()
获得结束link的segment索引
|
int |
getLabel()
获得事件简要描述信息
|
java.lang.String |
getLabelDesc()
获得事件来源描述信息
|
NaviLatLng |
getLatLng()
获得事件的位置点(经纬度)
|
int |
getStartLinkIndex()
获得开始link的link索引
|
int |
getStartSegmentIndex()
获得开始link的segment索引
|
int |
getType()
获得事件类型
|
public static final int SITUATION_TYPE_ACCIDENT
public static final int SITUATION_TYPE_CONSTRUCTION
public static final int SITUATION_TYPE_CLOSE
public static final int SITUATION_TYPE_CONTROL
public int getType()
public NaviLatLng getLatLng()
public int getStartSegmentIndex()
public int getStartLinkIndex()
public int getEndSegmentIndex()
public int getEndLinkIndex()
public int getLabel()
public java.lang.String getLabelDesc()