mapsize: Map size in pixels

View source: R/map_functions.R

mapsizeR Documentation

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)

Arguments

zoom

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

Value

The map width and height in pixels.

References

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

Examples


mapsize(zoom = 6)


quadkeyr documentation built on April 3, 2025, 8:52 p.m.