|
Online Maps v3
|
Implementation of WGS84 Spherical Mercator (Web Mercator). More...
Additional Inherited Members | |
Public Member Functions inherited from OnlineMapsProjection | |
| void | CoordinatesToTile (double lng, double lat, int zoom, out double tx, out double ty) |
| Converts geographic coordinates to tile coordinates. | |
| void | TileToCoordinates (double tx, double ty, int zoom, out double lng, out double lat) |
| Converts tile coordinates to geographic coordinates. | |
Static Public Attributes inherited from OnlineMapsProjection | |
| const double | DEG2RAD = Math.PI / 180 |
| Degrees-to-radians conversion constant. | |
| const double | PI2 = Math.PI * 2 |
| PI * 2. | |
| const double | PI4 = Math.PI * 4 |
| PI * 4. | |
| const double | RAD2DEG = 180 / Math.PI |
| Radians-to-degrees conversion constant. | |
Implementation of WGS84 Spherical Mercator (Web Mercator).