addTileGaodeMap: Add a Gaode tile layer

Description Usage Arguments Value Examples

Description

Add a Gaode tile layer

Usage

1
addTileGaodeMap(map, layerId = NULL, group = NULL)

Arguments

map

the map to add the tile layer to

layerId

the layer id to assign

group

the name of the group the newly created layers should belong to (for clearGroup and addLayersControl purposes). Human-friendly group names are permitted–they need not be short, identifier-style names.

Value

modified map object

Examples

1
2
3
4
5
6
## Not run: 
leaflet() %>%
  addTileGaodeMap() %>%
  setView(lat = 37.550339, lng = 104.114129, zoom = 4)

## End(Not run)

asmith26/leafletplugins documentation built on May 5, 2019, 8:01 p.m.