This is an old revision of the document!


Address detection

To find address by specified coordinates, use the request get_locations. 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, Минск"]
}

На вход данной команде подается массив координат, это позволяет одним вопросом определять информацию о расположении нескольких точек.

Follow us on Facebook Gurtam Wialon Twitter Gurtam Wialon info@gurtam.com   |   Copyright © 2002-2024 Gurtam