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

getSystemIcons

Displays system table of icons and its ID. Sets can differ depending on database version.

Request's scheme

Parameters

Parameter Description
<authority> contains unique identifier that defines access level to the service.
<format> format of displayed image can have the following values: JPG, PNG, GIF, BMP.

Example

Request

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<request>
    <authority key="AUTHORITYKEY"/>
    <method name="getSystemIcons"/>
    <parameters>
        <image>
            <format>PNG</format>
        </image>
    </parameters>
</request> 

Response