1

How to get address of many messages

(21/05/2019 04:44:13 отредактировано tuckerBA)

Тема: How to get address of many messages

I have a large array of messages, and as far as I can tell, they all have coordinates but not an address. How can I get the addresses for these coordinates? Is it possible to batch request this or is there a way to get messages with address instead of coordinates, or is my only option to geocode these one by one?

2

How to get address of many messages

Re: How to get address of many messages

Hello!

*upd
you can put array with coordinates to geocode:

coords=[{"lon":<double>,"lat":<double>} /* array with coordinates */
Diana Cheley
Wialon Hosting Expert
Gurtam
3

How to get address of many messages

Re: How to get address of many messages

Awesome thanks, that worked perfectly