This is an old revision of the document!
To find address by specified coordinates, use the request gis_geocode. As an example, let's detect the address of the point with coordinates 27.516643322771575 EL and 53.91069937030936 NL.
<your_wialon_pro_address>/ajax.html?svc=gis/get_locations& params={ "points":[{ "x":27.516643322771575, "y":53.91069937030936 }] }&sid=<your_sid>
Результат выполнения:
{ "locations": ["ул. Скрыганова 6, Минск"] }
На вход данной команде подается массив координат, это позволяет одним вопросом определять информацию о расположении нескольких точек.
|