meta
Static object.
Information about the API.
Fields
Name | Type | Description |
---|---|---|
coordinatesOrder | String | The order of coordinates used in the API. Possible values:
Set by the "coordorder" GET parameter when enabling the API. |
countryCode | String | Two-letter country code. Returned in ISO 3166-1 format. Set by the "lang" GET parameter when enabling the API. |
languageCode | String | Two-letter language code. Returned in ISO 639-1 format. Set by the "lang" GET parameter when enabling the API. |
mode | String | Yandex.Maps API mode. Possible values:
Set by the "mode" GET parameter when enabling the API. |
ns | Object | Link to the Yandex.Maps API namespace. It has a value independent of the "ns" parameter value when enabling the API. |
version | String | Version of the Yandex.Maps API. |
Name | Type | Description |
---|---|---|
coordinatesOrder | String | The order of coordinates used in the API. Possible values:
Set by the "coordorder" GET parameter when enabling the API. |
countryCode | String | Two-letter country code. Returned in ISO 3166-1 format. Set by the "lang" GET parameter when enabling the API. |
languageCode | String | Two-letter language code. Returned in ISO 639-1 format. Set by the "lang" GET parameter when enabling the API. |
mode | String | Yandex.Maps API mode. Possible values:
Set by the "mode" GET parameter when enabling the API. |
ns | Object | Link to the Yandex.Maps API namespace. It has a value independent of the "ns" parameter value when enabling the API. |
version | String | Version of the Yandex.Maps API. |
Fields details
coordinatesOrder
{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.
countryCode
{String} countryCode
Two-letter country code. Returned in ISO 3166-1 format.
Set by the "lang" GET parameter when enabling the API.
languageCode
{String} languageCode
Two-letter language code. Returned in ISO 639-1 format.
Set by the "lang" GET parameter when enabling the API.
mode
{String} mode
Yandex.Maps API mode. Possible values:
- release
- debug
Set by the "mode" GET parameter when enabling the API.
ns
{Object} ns
Link to the Yandex.Maps API namespace.
It has a value independent of the "ns" parameter value when enabling the API.
version
{String} version
Version of the Yandex.Maps API.