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

getPointer

This function means getting object coordinates, namely, coordinates of static label for settlements and buildings, coordinates of its medium segment for streets.

Request's scheme

Parameters

Parameter Description
<authority> contains unique identifier that defines access level to the service.
<database> database name to which inquiry is made.
<object> package containing 1 and more objects with defined identifiers.
<id> object identifier for which coordinate shall be defined.

Example

Request

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<request>
    <authority key="AUTHORITYKEY"/>
    <method name="getPointer"/>
    <parameters>
        <database>World_ru</database>
        <objects>
            <id>8556180821302594</id>
        </objects>
    </parameters>
</request> 

Response

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response>
    <points>
        <point
         lat="50.45497708"
         lng="30.51125077"/>
    </points>
</response> 


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