public class CameraData
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
int |
absDistance
起点到当前电子眼的绝对距离,单位:米
Absolute distance between start point and current camera [unit: meter]. |
short |
angle
电子眼所拍摄的角度,单位:度
The orientation of the camera. |
int |
distance
当前车到下一个电子眼的距离,单位:米
Distance between currrent car position and current camera. |
boolean |
isUserCamera
是否为用户自定义电子眼
|
android.graphics.Point |
position
电子眼所在位置的经纬度坐标
Position of the camera. |
int |
reportDistance
首次发现电子眼的距离,此距离在通过当前电子眼之前是定值,单位:米
|
short |
speedLimit
电子眼限速大小,如果此电子眼无限速,则次值为0,单位:千米/时
Limit speed of the camera [unit: km/h] (it is zero if the camera has no limit speed). |
int |
type
电子眼类型,和C引擎中的CameraType保持一致
Type of the camera. |
public android.graphics.Point position
public int type
public int absDistance
public short angle
public short speedLimit
public int distance
public int reportDistance
public boolean isUserCamera
©Mapbar Engine Team;All Rights Reserved