IsAtHome

value
boolean
Boolean indicating if the vehicle is at the configured home location
Example
{
  "value": true
}

Location

heading
number
The precise angular heading of the vehicle.
latitude
number
The vehicle’s current geographic latitude coordinate.
direction
string
A cardinal or intercardinal direction representing the vehicle’s current heading or orientation.
longitude
number
The vehicle’s current geographic longitude coordinate.
locationType
string
Indicates whether the location-related fields are expected to update in real time or when the vehicle is parked.
Example
{
  "heading": 45.5,
  "latitude": 37.7749,
  "longitude": -122.4194,
  "direction": "NE",
  "locationType": "CURRENT"
}