Map Projection Delegate
Definition of a map projection delegate.
Functions
Calculate a longitude-latitude pair for a Spherical Mercator projected meters.
Get current map projection for the map. Should be used before initial style was loaded. When working with projections added during runtime styling please use Style's getProjection method.
Calculate distance spanned by one pixel at the specified latitude at current zoom level.
Calculate distance spanned by one pixel at the specified latitude and zoom level.
Calculate a point on the map in Mercator Projection for a given coordinate at the specified zoom scale.
Calculate Spherical Mercator ProjectedMeters coordinates.
Set current map projection for the map. Should only be used to set projection before initial style was loaded to avoid visual blinking. When working with projections added during runtime styling please use Style's setProjection method.
Calculate a coordinate for a given point on the map in Mercator Projection.