#include "CesiumRasterOverlay.h"
#include "CoreMinimal.h"
#include "CesiumAzureMapsRasterOverlay.generated.h"
Go to the source code of this file.
|
| enum class | EAzureMapsTilesetId : uint8 {
UMETA =(DisplayName = "Base")
, UMETA =(DisplayName = "Base (Dark Grey)")
, UMETA =(DisplayName = "Labels")
, UMETA =(DisplayName = "Labels (Dark Grey)")
,
UMETA =(DisplayName = "Hybrid")
, UMETA =(DisplayName = "Hybrid (Dark Grey)")
, Imagery
, Terra
,
UMETA =(DisplayName = "Weather (Radar)")
, UMETA =(DisplayName = "Weather (Infrared)")
, UMETA =(DisplayName = "Traffic (Absolute)")
, UMETA =(DisplayName = "Traffic (Relative)")
,
UMETA =(DisplayName = "Traffic (Relative, Dark)")
, UMETA =(DisplayName = "Traffic (Delay)")
, UMETA =(DisplayName = "Traffic (Reduced)")
} |
| | Supported values for the TilesetId property. More...
|
| |
◆ EAzureMapsTilesetId
Supported values for the TilesetId property.
| Enumerator |
|---|
| UMETA | All roadmap layers with Azure Maps' main style.
|
| UMETA | All roadmap layers with Azure Maps' dark grey style.
|
| UMETA | Label data in Azure Maps' main style.
|
| UMETA | Label data in Azure Maps' dark grey style.
|
| UMETA | Road, boundary, and label data in Azure Maps' main style.
|
| UMETA | Road, boundary, and label data in Azure Maps' dark grey style.
|
| Imagery | A combination of satellite or aerial imagery.
Only available for accounts under S1 and G2 pricing SKU.
|
| Terra | Shaded relief and terra layers.
|
| UMETA | Weather radar tiles.
Latest weather radar images including areas of rain, snow, ice and mixed conditions.
|
| UMETA | Weather infrared tiles.
Latest infrared satellite images showing clouds by their temperature.
|
| UMETA | Absolute traffic tiles in Azure Maps' main style.
|
| UMETA | Relative traffic tiles in Azure Maps' main style.
This filters out traffic data from smaller streets that are otherwise included in TrafficAbsolute.
|
| UMETA | Relative traffic tiles in Azure Maps' dark style.
This filters out traffic data from smaller streets that are otherwise included in TrafficAbsolute.
|
| UMETA | Delay traffic tiles in Azure Maps' dark style.
This only shows the points of delay along traffic routes that are otherwise included in TrafficAbsolute.
|
| UMETA | Reduced traffic tiles in Azure Maps' dark style.
This shows the traffic routes and major delay points, but filters out some data that is otherwise included in TrafficAbsolute.
|
Definition at line 13 of file CesiumAzureMapsRasterOverlay.h.