cesium-native 0.53.0
Loading...
Searching...
No Matches
CesiumRasterOverlays::AzureMapsTilesetId Struct Reference

Supported values for AzureMapsSessionParameters::tilesetId. See the official documentation for all standard values. Note that some tileset IDs return vector data, which is currently unsupported. More...

#include <CesiumRasterOverlays/AzureMapsRasterOverlay.h>

Static Public Attributes

static const std::string baseRoad = "microsoft.base.road"
 All layers with Azure Maps' main style.
 
static const std::string baseDarkGrey = "microsoft.base.darkgrey"
 All layers with Azure Maps' dark grey style.
 
static const std::string baseLabelsRoad = "microsoft.base.labels.road"
 Label data in Azure Maps' main style.
 
static const std::string baseLabelsDarkGrey
 Label data in Azure Maps' dark grey style.
 
static const std::string baseHybridRoad = "microsoft.base.hybrid.road"
 Road, boundary and label data in Azure Maps' main style.
 
static const std::string baseHybridDarkGrey
 Road, boundary and label data in Azure Maps' dark grey style.
 
static const std::string imagery = "microsoft.imagery"
 A combination of satellite or aerial imagery. Only available in S1 and G2 pricing SKU.
 
static const std::string terra = "microsoft.terra.main"
 Shaded relief and terra layers.
 
static const std::string weatherRadar = "microsoft.weather.radar.main"
 Weather radar tiles. Latest weather radar images including areas of rain, snow, ice and mixed conditions. For more information on the Azure Maps Weather service coverage, see Azure Maps weather services coverage. For more information on Radar data, see Weather services in Azure Maps.
 
static const std::string weatherInfrared
 Weather infrared tiles. Latest Infrared Satellite images show clouds by their temperature. For more information on the Azure Maps Weather service coverage, see Azure Maps weather services coverage. For more information on Radar data, see Weather services in Azure Maps.
 
static const std::string trafficAbsolute
 Absolute traffic tiles in Azure Maps' main style.
 
static const std::string trafficRelativeMain
 Relative traffic tiles in Azure Maps' main style.
 
static const std::string trafficRelativeDark
 Relative traffic tiles in Azure Maps' dark style.
 
static const std::string trafficDelay = "microsoft.traffic.delay.main"
 Delay traffic tiles in Azure Maps' main style.
 
static const std::string trafficReduced
 Reduced traffic tiles in Azure Maps' main style.
 

Detailed Description

Supported values for AzureMapsSessionParameters::tilesetId. See the official documentation for all standard values. Note that some tileset IDs return vector data, which is currently unsupported.

Definition at line 20 of file AzureMapsRasterOverlay.h.

Member Data Documentation

◆ baseDarkGrey

const std::string CesiumRasterOverlays::AzureMapsTilesetId::baseDarkGrey = "microsoft.base.darkgrey"
inlinestatic

All layers with Azure Maps' dark grey style.

Definition at line 29 of file AzureMapsRasterOverlay.h.

◆ baseHybridDarkGrey

const std::string CesiumRasterOverlays::AzureMapsTilesetId::baseHybridDarkGrey
inlinestatic
Initial value:
=
"microsoft.base.hybrid.darkgrey"

Road, boundary and label data in Azure Maps' dark grey style.

Definition at line 50 of file AzureMapsRasterOverlay.h.

◆ baseHybridRoad

const std::string CesiumRasterOverlays::AzureMapsTilesetId::baseHybridRoad = "microsoft.base.hybrid.road"
inlinestatic

Road, boundary and label data in Azure Maps' main style.

Definition at line 45 of file AzureMapsRasterOverlay.h.

◆ baseLabelsDarkGrey

const std::string CesiumRasterOverlays::AzureMapsTilesetId::baseLabelsDarkGrey
inlinestatic
Initial value:
=
"microsoft.base.labels.darkgrey"

Label data in Azure Maps' dark grey style.

Definition at line 39 of file AzureMapsRasterOverlay.h.

◆ baseLabelsRoad

const std::string CesiumRasterOverlays::AzureMapsTilesetId::baseLabelsRoad = "microsoft.base.labels.road"
inlinestatic

Label data in Azure Maps' main style.

Definition at line 34 of file AzureMapsRasterOverlay.h.

◆ baseRoad

const std::string CesiumRasterOverlays::AzureMapsTilesetId::baseRoad = "microsoft.base.road"
inlinestatic

All layers with Azure Maps' main style.

Definition at line 24 of file AzureMapsRasterOverlay.h.

◆ imagery

const std::string CesiumRasterOverlays::AzureMapsTilesetId::imagery = "microsoft.imagery"
inlinestatic

A combination of satellite or aerial imagery. Only available in S1 and G2 pricing SKU.

Definition at line 57 of file AzureMapsRasterOverlay.h.

◆ terra

const std::string CesiumRasterOverlays::AzureMapsTilesetId::terra = "microsoft.terra.main"
inlinestatic

Shaded relief and terra layers.

Definition at line 62 of file AzureMapsRasterOverlay.h.

◆ trafficAbsolute

const std::string CesiumRasterOverlays::AzureMapsTilesetId::trafficAbsolute
inlinestatic
Initial value:
=
"microsoft.traffic.absolute.main"

Absolute traffic tiles in Azure Maps' main style.

Definition at line 88 of file AzureMapsRasterOverlay.h.

◆ trafficDelay

const std::string CesiumRasterOverlays::AzureMapsTilesetId::trafficDelay = "microsoft.traffic.delay.main"
inlinestatic

Delay traffic tiles in Azure Maps' main style.

Definition at line 106 of file AzureMapsRasterOverlay.h.

◆ trafficReduced

const std::string CesiumRasterOverlays::AzureMapsTilesetId::trafficReduced
inlinestatic
Initial value:
=
"microsoft.traffic.reduced.main"

Reduced traffic tiles in Azure Maps' main style.

Definition at line 111 of file AzureMapsRasterOverlay.h.

◆ trafficRelativeDark

const std::string CesiumRasterOverlays::AzureMapsTilesetId::trafficRelativeDark
inlinestatic
Initial value:
=
"microsoft.traffic.relative.dark"

Relative traffic tiles in Azure Maps' dark style.

Definition at line 100 of file AzureMapsRasterOverlay.h.

◆ trafficRelativeMain

const std::string CesiumRasterOverlays::AzureMapsTilesetId::trafficRelativeMain
inlinestatic
Initial value:
=
"microsoft.traffic.relative.main"

Relative traffic tiles in Azure Maps' main style.

Definition at line 94 of file AzureMapsRasterOverlay.h.

◆ weatherInfrared

const std::string CesiumRasterOverlays::AzureMapsTilesetId::weatherInfrared
inlinestatic
Initial value:
=
"microsoft.weather.infrared.main"

Weather infrared tiles. Latest Infrared Satellite images show clouds by their temperature. For more information on the Azure Maps Weather service coverage, see Azure Maps weather services coverage. For more information on Radar data, see Weather services in Azure Maps.

Definition at line 82 of file AzureMapsRasterOverlay.h.

◆ weatherRadar

const std::string CesiumRasterOverlays::AzureMapsTilesetId::weatherRadar = "microsoft.weather.radar.main"
inlinestatic

Weather radar tiles. Latest weather radar images including areas of rain, snow, ice and mixed conditions. For more information on the Azure Maps Weather service coverage, see Azure Maps weather services coverage. For more information on Radar data, see Weather services in Azure Maps.

Definition at line 72 of file AzureMapsRasterOverlay.h.


The documentation for this struct was generated from the following file: