projection.wgs84Mercator

Static object.

Instance of IProjection

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

Methods

Methods

Name

Returns

Description

fromGlobalPixels(globalPixelPoint, zoom)

Number[]

Converts pixel coordinates to the projection's coordinates at the specified zoom level.

getCoordSystem()

ICoordSystem

Returns the coordinate system that is used by the projection.

isCycled()

Boolean[]

Indicator of projection cycling.

toGlobalPixels(coordPoint, zoom)

Number[]

Converts projection coordinates to global pixel coordinates at the specified zoom level.