Skip to main content

LocationPointOut

Location point for API responses (matches mobile LocationPoint type).

latitudeLatitude (number)required
longitudeLongitude (number)required
timestampstring<date-time>required
accuracy object
anyOf
number
speed object
anyOf
number
heading object
anyOf
number
LocationPointOut
{
"latitude": 0,
"longitude": 0,
"timestamp": "2024-07-29T15:51:28.071Z",
"accuracy": 0,
"speed": 0,
"heading": 0
}