Interface ProximityLocationData
- Namespace
- easyar
Proximity location data.
Properties
accuracy
Location accuracy, in meters (m).
accuracy: number;
is2d
Indicates whether it is a 2D reading, that is, without using Y-axis data (true means not using Y-axis).
is2d: boolean;
timestamp
Timestamp of the reading, in seconds (s).
timestamp: number;
validTime
Valid time of the data, in seconds (s).
validTime: number;
x
X coordinate, in meters (m). Origin is the Block origin.
x: number;
y
Y coordinate, in meters (m). Y axis upwards. Origin is the Block origin.
y: number;
z
Z coordinate, in meters (m). Origin is the Block origin.
z: number;