---
metadata:
  - name: generator
    content: Diplodoc Platform v5.39.1
alternate:
  - https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/meta.md
  - https://yandex.com.tr/dev/jsapi-v2-1/doc/ru/v2-1/ref/reference/meta.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/dev/jsapi-v2-1/doc/en/llms.txt

# meta

Static object.

Information about the API.

[Fields](#properties-summary)

## Fields {#properties-summary}

#|
|| **Name** | **Type** | **Description** ||
|| [coordinatesOrder](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/meta.md#coordinatesOrder) | String | The order of coordinates used in the API. Possible values:

- latlong — [latitude, longitude]
- longlat — [longitude, latitude]

Set by the "coordorder" GET parameter when enabling the API.

[More information about API setup parameters](https://tech.yandex.ru/maps/doc/jsapi/2.1/dg/concepts/load-docpage/) ||
|| [countryCode](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/meta.md#countryCode) | String | Two-letter country code. Returned in [ISO 3166-1](https://ru.wikipedia.org/wiki/ISO_3166-1) format.

Set by the "lang" GET parameter when enabling the API.

[More information about API setup parameters](https://tech.yandex.ru/maps/doc/jsapi/2.1/dg/concepts/load-docpage/) ||
|| [languageCode](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/meta.md#languageCode) | String | Two-letter language code. Returned in [ISO 639-1](https://ru.wikipedia.org/wiki/ISO_639-1) format.

Set by the "lang" GET parameter when enabling the API.

[More information about API setup parameters](https://tech.yandex.ru/maps/doc/jsapi/2.1/dg/concepts/load-docpage/) ||
|| [mode](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/meta.md#mode) | String | Yandex Maps API mode. Possible values:

- release
- debug

Set by the "mode" GET parameter when enabling the API.

[More information about API setup parameters](https://tech.yandex.ru/maps/doc/jsapi/2.1/dg/concepts/load-docpage/) ||
|| [ns](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/meta.md#ns) | Object | Link to the Yandex Maps API namespace.

It has a value independent of the "ns" parameter value when enabling the API. ||
|| [version](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/meta.md#version) | String | Version of the Yandex Maps API. ||
|#

## Fields details {#field_detail}

### coordinatesOrder {#coordinatesOrder}

```javascript
{String} coordinatesOrder
```

The order of coordinates used in the API. Possible values:

- latlong — [latitude, longitude]
- longlat — [longitude, latitude]

Set by the "coordorder" GET parameter when enabling the API.

[More information about API setup parameters](https://tech.yandex.ru/maps/doc/jsapi/2.1/dg/concepts/load-docpage/)

### countryCode {#countryCode}

```javascript
{String} countryCode
```

Two-letter country code. Returned in [ISO 3166-1](https://ru.wikipedia.org/wiki/ISO_3166-1) format.

Set by the "lang" GET parameter when enabling the API.

[More information about API setup parameters](https://tech.yandex.ru/maps/doc/jsapi/2.1/dg/concepts/load-docpage/)

### languageCode {#languageCode}

```javascript
{String} languageCode
```

Two-letter language code. Returned in [ISO 639-1](https://ru.wikipedia.org/wiki/ISO_639-1) format.

Set by the "lang" GET parameter when enabling the API.

[More information about API setup parameters](https://tech.yandex.ru/maps/doc/jsapi/2.1/dg/concepts/load-docpage/)

### mode {#mode}

```javascript
{String} mode
```

Yandex Maps API mode. Possible values:

- release
- debug

Set by the "mode" GET parameter when enabling the API.

[More information about API setup parameters](https://tech.yandex.ru/maps/doc/jsapi/2.1/dg/concepts/load-docpage/)

### ns {#ns}

```javascript
{Object} ns
```

Link to the Yandex Maps API namespace.

It has a value independent of the "ns" parameter value when enabling the API.

### version {#version}

```javascript
{String} version
```

Version of the Yandex Maps API.
