Projection

A collection of Spherical Mercator projection methods.

  • Maximum supported latitude value.

  • Minimum supported latitude value.

  • Valid mercator latitude range.

  • Calculate distance spanned by one pixel at the specified latitude and zoom level.

  • Calculate Spherical Mercator ProjectedMeters coordinates.

  • Calculate a coordinate for a Spherical Mercator projected meters.

  • Calculate a point on the map in Mercator Projection for a given coordinate at the specified zoom scale.

    Note

    Coordinate latitudes will be clamped to [Projection.latitudeMin, Projection.latitudeMax]

  • Calculate a coordinate for a given point on the map in Mercator Projection.