Adds Bing Tiles Layer
addBingTiles(
map,
apikey = Sys.getenv("BING_MAPS_API_KEY"),
imagerySet = c("Aerial", "AerialWithLabels", "AerialWithLabelsOnDemand",
"AerialWithLabelsOnDemand", "Birdseye", "BirdseyeWithLabels", "BirdseyeV2",
"BirdseyeV2WithLabels", "CanvasDark", "CanvasLight", "CanvasGray", "Road",
"RoadOnDemand", "Streetside"),
layerId = NULL,
group = NULL,
...
)
The Map widget
String. Bing API Key
String. Type of Tiles to display
String. An optional unique ID for the layer
String. An optional group name for the layer
Optional Parameters required by the Bing API described at https://learn.microsoft.com/en-us/bingmaps/getting-started/bing-maps-dev-center-help/getting-a-bing-maps-key?redirectedfrom=MSDN