Returns the approximate number of meters on the globe represented by each pixel on the map, at the specified latitude and zoom level.
MapControl.GetMetersPerPixel(latitude (optional), zoomLevel (optional));
Parameters
- latitude (optional)
- The latitude at which to calculate the meters per pixel. If not specified, the latitude at the center of the current map view is used.
- zoomLevel (optional)
- The zoom level. If not specified, the zoom level of the current map view is used.
Returns
The number of meters on the globe represented by each pixel on the map.