---
metadata:
  - name: generator
    content: Diplodoc Platform v5.39.6
alternate:
  - https://yandex.ru/dev/commercial/doc/en/concepts/mapkit.md
  - https://yandex.ru/dev/commercial/doc/ru/concepts/mapkit.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/commercial/doc/en/llms.txt

# MapKit SDK

[Overview](#general)

[Licenses and pricing plans](#about-tariffs)

[Request limits in MapKit](#limits)

[How to get started](#how-to-use)

## Overview {#general}

[Yandex MapKit SDK](https://yandex.ru/dev/maps/mapkit/doc/intro/concepts/about.html#about) is a cross-platform library that lets you use Yandex Maps features in mobile apps. You can use MapKit to build routes, search for organizations, display panoramas, and so on.

## Licenses and pricing plans {#about-tariffs}

There are two types of MapKit licenses: free and commercial.

| Scope | Free version | Commercial version |
| --- | --- | --- |
| Working with the map online | ![](../_images/check.png) | ![](../_images/check.png) |
| Working with the map offline | ![](../_images/cross.png) | ![](../_images/check.png) |
| Transport monitoring | ![](../_images/cross.png) | ![](../_images/check.png) |
| Working with the map if the limit is exceeded | ![](../_images/cross.png) | ![](../_images/check.png) |
| Using the map in a paid app | ![](../_images/cross.png) | ![](../_images/check.png) |
| Using the map in a closed app | ![](../_images/cross.png) | ![](../_images/check.png) |
| Number of unique map users per day (DAU) | 1000 | [According to the pricing plan](#tariffs) |

## Commercial version {#tariffs}

The commercial MapKit version is intended for apps that need more functionality than provided under the free version's [terms of use](https://tech.yandex.ru/maps/mapkit/doc/3.x/concepts/conditions-docpage/). For example, you can't use the free version for the following purposes:

- Transport tracking.
- Working with the map offline.

Evaluate the load on your app and choose the appropriate pricing plan.

The pricing plan determines the limit value for unique users (DAU) who accessed the map section in the app.

Table 1. Plans with yearly payment and daily overages

#|
|| **Maximum number of unique map users per day (DAU)** | **Base cost**| **Price per 1000 DAUs over the limit** ||
|| 1000 | Free as long as you meet the [conditions](https://yandex.ru/dev/commercial/doc/ru/) for using the free MapKit version. | — ||
|| 5000 | 195,000 rubles | 260 rubles ||
|| 20,000 | 585,000 rubles | 195 rubles ||
|| 50,000 | 1,105,000 rubles | 195 rubles ||
|| 100,000 | 1,820,000 rubles | 78 rubles ||
|| 300,000 | 2,184,000 rubles | 59 rubles ||
|| 600,000 | 3,094,000 rubles | 59 rubles ||
|| 1,000,000 | 4,335,500 rubles | 59 rubles ||
|| Over 1,000,000 | To calculate costs, send a request to [paid-api-maps@yandex-team.ru](mailto:paid-api-maps@yandex-team.ru?subject=Запрос%20на%20расчёт%20стоимости%20API) and tell us how many unique map users per day (DAU) you expect. | To calculate costs, send a request to [paid-api-maps@yandex-team.ru](mailto:paid-api-maps@yandex-team.ru?subject=Запрос%20на%20расчёт%20стоимости%20API) and tell us how many unique map users per day (DAU) you expect. ||
|#

Table 2. Plans with monthly payment and daily overages

#|
|| **Maximum number of unique map users per day (DAU)** | **Base cost** | **Price per 1000 DAUs over the limit** ||
|| 5000 |  20,800 rubles | 260 rubles ||
|| 20,000 | 58,500 rubles | 195 rubles ||
|#


{% note info %}

The published terms and conditions are not an offer.

{% endnote %}

[How to purchase a license](https://yandex.ru/dev/commercial/doc/en/concepts/how-to-buy.md)


## How to get started with paid MapKit {#how-to-use}

To use the commercial version of MapKit:

1. Purchase a license. [Learn more](https://yandex.ru/dev/commercial/doc/en/concepts/how-to-buy.md)
2. Read the [documentation](https://yandex.ru/dev/maps/mapkit/doc/intro/concepts/about.html#about).
3. When using the library, specify the API key in the code. How to do it: in [iOS](https://tech.yandex.ru/mapkit/doc/3.x/concepts/ios/quickstart-docpage/#quickstart__setup) and [Android](https://tech.yandex.ru/mapkit/doc/3.x/concepts/android/quickstart-docpage/#quickstart__setup).

