getTargomoMapURL: Targomo Map Tiles URL

Description Usage Arguments Value Examples

View source: R/basemaps.R

Description

Targomo Map Tiles URL

Usage

1
2
getTargomoMapURL(style = "basic",
  api_key = Sys.getenv("TARGOMO_API_KEY"))

Arguments

style

A valid Targomo Map Style - see targomoMapStyles()

api_key

Your Targomo API key - defaults to the TARGOMO_API_KEY ennvironment variable

Value

The URL of the requested map tile

Examples

1
getTargomoMapURL(style = "toner", api_key = NULL)

TargomoR documentation built on Dec. 7, 2019, 1:07 a.m.