Learn R Programming

quadkeyr (version 0.1.0)

mapsize: Map size in pixels

Description

Determines the map width and height (in pixels) at a specified zoom level. For further information, refer to the Microsoft Bing Maps Tile System documentation.

Usage

mapsize(zoom)

Value

The map width and height in pixels.

Arguments

zoom

Zoom or level of detail, from 1 (lowest detail) to 23 (highest detail).

References

https://learn.microsoft.com/en-us/bingmaps/articles/bing-maps-tile-system

Examples

Run this code

mapsize(zoom = 6)

Run the code above in your browser using DataLab