Skip to main content

Reverse geocode

This message is used to retrieve addresses from coordinates; a JOB_PROGRESS message will be received.

Headers

  • type : REVERSE_GEOCODE
  • author : client Id as provided in the ìnitialisation message
  • recipients : SDK Id as provided in the ìnitialisation message
  • status : SENT

payload

Example

Example of a reverse geocode message
{
"type": "REVERSE_GEOCODE",
"payload": [
{
"id": "<SitePoint id>",
"longitude": -0.561684354178071,
"latitude": 47.4624963439028
}
],
"author": "<author id>",
"recipients": [
"<recipient id>"
],
"status": "SENT"
}