View source: R/vector_tile_helpers.R
get_vector_tiles | R Documentation |
Get vector tile data, expects option variable nextzen_API_key to be set
get_vector_tiles(
bbox,
width = NULL,
height = NULL,
refresh = FALSE,
nextzen_api_key = getOption("nextzen_API_key")
)
bbox |
bounding box for which to get vector tile data |
width |
optional, width in pixels for the display image |
height |
optional, width in height for the display image |
refresh |
results are cached for current session, optionally refresh cache |
nextzen_api_key |
nextzen API key for vector tile data |
a list of layers with vector tile data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.