VehiclePosition Data Type
A position for a specific vehicle.
name | data type | constraints | description |
---|---|---|---|
lastConnected | number | required long | The unix time stamp when the WCU reported this position to the WICE portal. |
vin | string | The VIN of the car the WCU is currently connected to. | |
wcu-id | string | ||
Properties inherited from Position |
|||
latitude | number | required double | |
when | number | required long | |
longitude | number | required double | |
speed | number | required double |
Example
{ "lastConnected" : 12345, "vin" : "...", "wcu-id" : "...", "latitude" : 12345.0, "when" : 12345, "longitude" : 12345.0, "speed" : 12345.0 }