View source: R/map_functions.R
ground_res | R Documentation |
Determines the ground resolution (in meters per pixel) at a specified latitude and zoom level. For further information, refer to the Microsoft Bing Maps Tile System documentation.
ground_res(latitude, zoom)
latitude |
Latitude (in degrees) at which to measure the ground resolution. |
zoom |
Zoom or level of detail, from 1 (lowest detail) to 23 (highest detail). |
the ground resolution (meters / pixel)
https://learn.microsoft.com/en-us/bingmaps/articles/bing-maps-tile-system
ground_res(
latitude = 0,
zoom = 6
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.