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

# projection.wgs84Mercator

Static object.

Instance of [IProjection](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IProjection.md)

Mercator projection on a WGS84 reference ellipsoid. Used by Yandex Maps by default.

[Methods](#methods-summary)

## Methods {#methods-summary}

#|
|| **Name** | **Returns** | **Description** ||
|| [fromGlobalPixels](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IProjection.md#fromGlobalPixels)([globalPixelPoint](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IProjection.md#fromGlobalPixels-param-globalPixelPoint), [zoom](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IProjection.md#fromGlobalPixels-param-zoom)) | Number[] | Converts pixel coordinates to the projection's coordinates at the specified zoom level. ||
|| [getCoordSystem](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IProjection.md#getCoordSystem)() | [ICoordSystem](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/ICoordSystem.md) | Returns the coordinate system that is used by the projection. ||
|| [isCycled](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IProjection.md#isCycled)() | Boolean[] | Indicator of projection cycling. ||
|| [toGlobalPixels](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IProjection.md#toGlobalPixels)([coordPoint](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IProjection.md#toGlobalPixels-param-coordPoint), [zoom](https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IProjection.md#toGlobalPixels-param-zoom)) | Number[] | Converts projection coordinates to global pixel coordinates at the specified zoom level. ||
|#