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

getMapDBVersion

Represents metadata i.e. version of Software and date of database modification.

Request's scheme

Parameters

Parameter Description
<authority> contains unique identifier that allows to perform this inquiry.
<database> database name for which metadata should be received.

Example

Request

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

Response

 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response>
    <databases
     company="Visicom"
     contactinfo="web-maps@visi.com.ua"
     datemodification="2/10/2009, 8:55:45"
     name="World_ru"
     version="3.2"/>
</response>