addTileGaodeSatellite: Add a Gaode satellite layer

View source: R/plugin-gaode.R

addTileGaodeSatelliteR Documentation

Add a Gaode satellite layer

Description

Add a Gaode satellite layer

Usage

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

## Not run: 
leaflet() %>%
  addTileGaodeSatellite() %>%
  setView(lat = 37.550339, lng = 104.114129, zoom = 4)

## End(Not run)

asmith26/leafletplugins documentation built on June 2, 2025, 5:02 a.m.