A raster overlay that directly accesses Bing Maps.
More...
|
string | bingMapsKey [get, set] |
| The Bing Maps API key to use.
|
|
BingMapsStyle | mapStyle [get, set] |
| The map style to use.
|
|
string | materialKey [get, set] |
| The key to use to match this overlay to the corresponding parameters in the tileset's material.
|
|
bool | showCreditsOnScreen [get, set] |
| Whether or not to force this raster overlay's credits to be shown on the main screen.
|
|
float | maximumScreenSpaceError [get, set] |
| The maximum number of pixels of error when rendering this overlay.
|
|
int | maximumTextureSize [get, set] |
| The maximum texel size of raster overlay textures, in either direction.
|
|
int | maximumSimultaneousTileLoads [get, set] |
| The maximum number of overlay tiles that may simultaneously be in the process of loading.
|
|
long | subTileCacheBytes [get, set] |
| The maximum number of bytes to use to cache sub-tiles in memory.
|
|
A raster overlay that directly accesses Bing Maps.
If you're using Bing Maps via Cesium ion, use the CesiumIonRasterOverlay component instead.
Definition at line 32 of file CesiumBingMapsRasterOverlay.cs.
◆ AddToTileset()
override partial void CesiumForUnity.CesiumBingMapsRasterOverlay.AddToTileset |
( |
Cesium3DTileset | tileset | ) |
|
|
protected |
◆ RemoveFromTileset()
override partial void CesiumForUnity.CesiumBingMapsRasterOverlay.RemoveFromTileset |
( |
Cesium3DTileset | tileset | ) |
|
|
protected |
◆ bingMapsKey
string CesiumForUnity.CesiumBingMapsRasterOverlay.bingMapsKey |
|
getset |
◆ mapStyle
BingMapsStyle CesiumForUnity.CesiumBingMapsRasterOverlay.mapStyle |
|
getset |
The documentation for this class was generated from the following file: