2using System.Collections;
3using System.Collections.Generic;
27 [ReinteropNativeImplementation(
28 "CesiumForUnityNative::CesiumBingMapsRasterOverlayImpl",
29 "CesiumBingMapsRasterOverlayImpl.h")]
30 [AddComponentMenu(
"Cesium/Cesium Bing Maps Raster Overlay")]
31 [IconAttribute(
"Packages/com.cesium.unity/Editor/Resources/Cesium-24x24.png")]
35 private string _bingMapsKey =
"";
42 get => this._bingMapsKey;
45 this._bingMapsKey = value;
58 get => this._mapStyle;
61 this._mapStyle = value;
A tileset in the 3D Tiles format.
A raster overlay that directly accesses Bing Maps.
BingMapsStyle mapStyle
The map style to use.
override partial void AddToTileset(Cesium3DTileset tileset)
override partial void RemoveFromTileset(Cesium3DTileset tileset)
string bingMapsKey
The Bing Maps API key to use.
A pyramid of 2D images - sometimes terabytes or more in size - that can be draped over a Cesium3DTile...
void Refresh()
Refreshes this overlay by calling RemoveFromTileset followed by AddToTileset.
BingMapsStyle
The available styles of the CesiumBingMapsRasterOverlay.
@ AerialWithLabelsOnDemand