expectedGPSLocation #
The expectedGPSLocation
is a value present at the top-level of the returned
JSON only when the
GPSLocation
has been specified in the request.
When the GPS location has been specified in the request, the response
will simply contain the same values.
Version info
This response field has been added in the the 2020-05-01 release.
Example response #
{
"expectedGPSLocation": {
"longitude": 4.492662,
"latitude": 51.923968,
"distance": 1000
}
}