> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/admin/ru/settings/maps/navixy-gis-packages-compare.md).

# Пакеты Navixy GIS

Navixy совместим практически со всеми сервисами геоинформации (GIS). При необходимости мы также можем интегрировать его с конкретной GIS заказчика.

Мы предлагаем два пакета GIS: **Базовый GIS** и **Премиум ГИС**.

Страница **Базовый GIS** пакет позволяет использовать геокодирование, провайдеров маршрутов и функции LBS/cell-ID, основанные на данных с открытым исходным кодом и коллективной информации.

Страница **Премиум ГИС** пакет предоставляет доступ к платным базам данных, сервисам и картам. Этот пакет включает лицензированные Google Maps Services, такие как все типы Google Maps (Google roadmap, Google satellite, Google hybrid), Street View, прямое геокодирование (определение места по названию или адресу) и обратное геокодирование (поиск адреса или названия места по известным координатам). Он также предоставляет сервисы провайдеров маршрутов, данные о трафике, матрицы расстояний и многое другое. Этот пакет повышает качество и привлекательность вашего сервиса GPS-мониторинга.

Не стесняйтесь сравнивать оба пакета и выбирать тот, который лучше соответствует вашим потребностям.

| <h4>Функции для пользователя</h4> | <h4>Базовый GIS</h4><p><strong>Продукты: ServerMate, Cloud, On-Premise</strong></p> | <h4>Премиум ГИС</h4><p><strong>Продукты: ServerMate, Cloud, On-Premise</strong></p> |
| --------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| Google Maps (лицензия)            | ❌                                                                                   | ✅                                                                                   |
| Геокодирование                    | OSRM, Progorod                                                                      | Google, OSRM, Progorod                                                              |
| LBS / Cell-ID                     | MLS                                                                                 | Google, MLS                                                                         |
| Провайдер маршрутов               | OSRM, Progorod                                                                      | Google, OSRM, Progorod                                                              |
| Street View                       | ❌                                                                                   | ✅                                                                                   |
| Трафик                            | Progorod                                                                            | Google, Progorod                                                                    |
| Матрица расстояний                | ✅                                                                                   | ✅                                                                                   |
| X-GPS Tracker для Android         | Базовая версия                                                                      | Полная версия                                                                       |
| X-GPS Monitor для Android         | Базовая версия                                                                      | Полная версия                                                                       |
| X-GPS Tracker для iOS             | ✅                                                                                   | ✅                                                                                   |
| X-GPS Monitor для iOS             | ✅                                                                                   | ✅                                                                                   |

Пожалуйста, [свяжитесь с нашей командой](https://www.navixy.com/contact/) чтобы активировать выбранный пакет GIS.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/admin/ru/settings/maps/navixy-gis-packages-compare.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
