<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://docs.geliospro.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://docs.geliospro.net/feed.php">
        <title>Gelios Docs ru:d-sdk:14_locator</title>
        <description></description>
        <link>http://docs.geliospro.net/</link>
        <image rdf:resource="http://docs.geliospro.net/_media/favicon.ico" />
       <dc:date>2026-04-13T10:40:42+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://docs.geliospro.net/ru/d-sdk/14_locator/0_get_list_locator?rev=1679055827&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/ru/d-sdk/14_locator/1_create_locator?rev=1679055040&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/ru/d-sdk/14_locator/2_edit_locator?rev=1679055330&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/ru/d-sdk/14_locator/3_delete_locator?rev=1679055441&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://docs.geliospro.net/_media/favicon.ico">
        <title>Gelios Docs</title>
        <link>http://docs.geliospro.net/</link>
        <url>http://docs.geliospro.net/_media/favicon.ico</url>
    </image>
    <item rdf:about="http://docs.geliospro.net/ru/d-sdk/14_locator/0_get_list_locator?rev=1679055827&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-17T15:23:47+03:00</dc:date>
        <title>Получение списка локаторов</title>
        <link>http://docs.geliospro.net/ru/d-sdk/14_locator/0_get_list_locator?rev=1679055827&amp;do=diff</link>
        <description>Получение списка локаторов

Запрос предназначен для получения списка уже созданных локаторов.

Пример запроса

&amp;svc=get_list_locator

Ответ сервера</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/ru/d-sdk/14_locator/1_create_locator?rev=1679055040&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-17T15:10:40+03:00</dc:date>
        <title>Создание локатора</title>
        <link>http://docs.geliospro.net/ru/d-sdk/14_locator/1_create_locator?rev=1679055040&amp;do=diff</link>
        <description>Создание локатора

Запрос предназначен для создания локатора по отслеживанию объектов.

Пример запроса

&amp;svc=create_locator&amp;params={
    &quot;id_units&quot;: integer,
    &quot;name&quot;: &quot;string&quot;,
    &quot;expire&quot;: timestamp,
    &quot;track_start&quot;: timestamp,
    &quot;id_geozones&quot;: integer,
    &quot;id_geopoints&quot;: integer,
    &quot;display_drivers&quot;: bool,
    &quot;display_sensors&quot;: bool
}</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/ru/d-sdk/14_locator/2_edit_locator?rev=1679055330&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-17T15:15:30+03:00</dc:date>
        <title>Редактирование локатора</title>
        <link>http://docs.geliospro.net/ru/d-sdk/14_locator/2_edit_locator?rev=1679055330&amp;do=diff</link>
        <description>Редактирование локатора

Запрос предназначен для редактирование уже существующего локатора.

Пример запроса

&amp;svc=edit_locator&amp;params={
    &quot;id_locator&quot;: integer,
    &quot;id_units&quot;: integer,
    &quot;name&quot;: &quot;string&quot;,
    &quot;expire&quot;: timestamp,
    &quot;track_start&quot;: timestamp,
    &quot;id_geozones&quot;: integer,
    &quot;id_geopoints&quot;: integer,
    &quot;display_drivers&quot;: bool,
    &quot;display_sensors&quot;: bool
}</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/ru/d-sdk/14_locator/3_delete_locator?rev=1679055441&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-17T15:17:21+03:00</dc:date>
        <title>Удаление локатора</title>
        <link>http://docs.geliospro.net/ru/d-sdk/14_locator/3_delete_locator?rev=1679055441&amp;do=diff</link>
        <description>Удаление локатора

Запрос предназначен для удаления уже существующего локатора.

Пример запроса

&amp;svc=delete_locator&amp;params={
    &quot;id_locator&quot;: integer
}

Параметры</description>
    </item>
</rdf:RDF>
