API Command: – Get the address from latitude and longitude using server geocoders.
The command to retrieve the list of the objects that are in your account is GET_ADDRESS.
Request:
URL: https://uapi.trackservice.cloud/public/get_address
method: POST
Params:
Parameter #1 Latitude
Parameter #2 Longitude
Response:
Success: httpStatus: 200 Ok
{
“status”: 0,
“message”: “”,
“address”: “San Francesco da Paola, …………….”
}
status always 0 and message empty
Error:
{
“status”: 644 or status 400
“message”: “Some error description”
}