Learn R Programming

TargomoR (version 0.2.0)

getTargomoMapURL: Targomo Map Tiles URL

Description

Targomo Map Tiles URL

Usage

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

Run this code
# NOT RUN {
getTargomoMapURL(style = "toner", api_key = NULL)

# }

Run the code above in your browser using DataLab