Визиком карты

IdentifyObject

Identifying object name according to the defined coordinates. Viewing shall be performed in layers according to the order defined by the user.

Request's scheme

Move scheme

Parameters

Parameter Description
<authority> contains unique identifier that defines access level to the service.
<database> database name to which inquiry is made.
<point> coordinates of the point in which object should be defined.
<layers> the list of layers for object definition. Priority has the layer which is earlier processed during the review of an inquiry.

Example

Request

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<request>
    <authority key="AUTHORITYKEY"/>
    <method name="IdentifyObject"/>
    <parameters>
        <database>World_ru</database>
        <point
         lat="50.455189"
         lng="30.511414"/>
        <layers>
            <layer type="alias">Адреса</layer>
            <layer type="alias">Населенные пункты</layer>
        </layers>
    </parameters>
</request> 

Response

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response>
    <object>
        <id>8556180821302594</id>
        <name>25/2</name>
        <description>Киев, Большая Житомирская ул.</description>
    </object>
</response> 


Attantion! Do not store ID, they depend on the date of modification database.