addTileGaodeSatellite: Add a Gaode satellite layer

Description Usage Arguments Value Examples

Description

Add a Gaode satellite layer

Usage

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

Arguments

map

the map to add the satellite 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() %>%
  addTileGaodeSatellite() %>%
  setView(lat = 37.550339, lng = 104.114129, zoom = 4)

## End(Not run)

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