public class AMapNaviCameraInfo
extends java.lang.Object
此类是在AMapNaviListener.updateCameraInfo(AMapNaviCameraInfo[])
回调的摄像头信息类。
限定符和类型 | 方法和说明 |
---|---|
int |
getAverageSpeed()
进入区间测速区域后的实时平均速度,注意:只有在类型为区间测速时才有值
|
int |
getCameraDistance()
获取当前位置到摄像头的距离
|
int |
getCameraSpeed()
获取当前摄像头的限速大小
|
int |
getCameraType()
获取摄像头的类型
|
int |
getDistance()
获取区间测速电子眼长度,注意:只有在类型为区间测速时才有值
|
int |
getIntervalRemainDistance()
获取进入区间测速路段后实时的区间路段剩余长度,-1表示没有信息,单位:米
|
int |
getReasonableSpeedInRemainDist()
获取区间测速剩余路段的合理车速,注意:只有在类型为区间测速时才有值
|
int[] |
getSpeed()
已过时。
|
double |
getX()
获取摄像头的经度
|
double |
getY()
获取摄像头的纬度
|
public int getAverageSpeed()
public int getReasonableSpeedInRemainDist()
public int getDistance()
public int[] getSpeed()
AMapNaviCameraInfo.getCameraSpeed()
代替public double getX()
public double getY()
public int getCameraDistance()
public int getCameraSpeed()
CameraType
为测速摄像头和区间测速摄像头时,返回测速摄像头限速值,单位km/h;否则-2 表示没有采集到限速数据,-1 表示该车道禁行,0 表示没有限速(或者说是非限速类型)public int getCameraType()
CameraType
public int getIntervalRemainDistance()