86 [ReinteropNativeImplementation(
87 "CesiumForUnityNative::CesiumAzureMapsRasterOverlayImpl",
88 "CesiumAzureMapsRasterOverlayImpl.h")]
89 [AddComponentMenu(
"Cesium/Cesium Azure Maps Raster Overlay")]
90 [IconAttribute(
"Packages/com.cesium.unity/Editor/Resources/Cesium-24x24.png")]
94 private string _key =
"";
109 [SerializeField]
private string _apiVersion =
"2024-04-01";
115 get => this._apiVersion;
118 this._apiVersion = value;
131 get => this._tilesetId;
134 this._tilesetId = value;
140 private string _language =
"en-us";
150 get => this._language;
153 this._language = value;
159 private string _view =
"US";
A tileset in the 3D Tiles format.
A raster overlay that directly accesses Azure Maps.
string language
The language in which search results should be returned.
AzureMapsTilesetId tilesetId
The tileset ID to use.
string view
The View parameter (also called the "user region" parameter) allows you to show the correct maps for ...
string apiVersion
The version number of Azure Maps API.
override partial void RemoveFromTileset(Cesium3DTileset tileset)
string key
The Azure Maps subscription key to use.
override partial void AddToTileset(Cesium3DTileset tileset)
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.
AzureMapsTilesetId
The available styles of the CesiumAzureMapsRasterOverlay.
@ BaseHybridDarkGrey
Road, boundary, and label data in Azure Maps' dark grey style.
@ BaseLabelsDarkGrey
Label data in Azure Maps' dark grey style.
@ TrafficReduced
Reduced traffic tiles in Azure Maps' dark style.
@ Imagery
A combination of satellite or aerial imagery.
@ WeatherRadar
Weather radar tiles.
@ TrafficDelay
Delay traffic tiles in Azure Maps' dark style.
@ TrafficRelativeDark
Relative traffic tiles in Azure Maps' dark style.
@ BaseDarkGrey
All roadmap layers with Azure Maps' dark grey style.
@ Terra
Shaded relief and terra layers.
@ BaseHybridRoad
Road, boundary, and label data in Azure Maps' main style.
@ BaseRoad
All roadmap layers with Azure Maps' main style.
@ TrafficAbsolute
Absolute traffic tiles in Azure Maps' main style.
@ TrafficRelativeMain
Relative traffic tiles in Azure Maps' main style.
@ WeatherInfrared
Weather infrared tiles.
@ BaseLabelsRoad
Label data in Azure Maps' main style.