MapTileSetId Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The TilesetID.
public readonly struct MapTileSetId : IEquatable<Azure.Maps.Rendering.MapTileSetId>
type MapTileSetId = struct
Public Structure MapTileSetId
Implements IEquatable(Of MapTileSetId)
- Inheritance
-
MapTileSetId
- Implements
Constructors
MapTileSetId(String) |
Initializes a new instance of MapTileSetId. |
Properties
MicrosoftBase |
A base map is a standard map that displays roads, natural and artificial features along with the labels for those features in a vector tile.<br> Supports zoom levels 0 through 22. Format: vector (pbf). |
MicrosoftBaseDarkgrey |
All layers with our dark grey style.<br> Supports zoom levels 0 through 22. Format: raster (png). |
MicrosoftBaseHybrid |
Displays road, boundary and label data in a vector tile.<br> Supports zoom levels 0 through 22. Format: vector (pbf). |
MicrosoftBaseHybridDarkgrey |
Road, boundary and label data in our dark grey style.<br> Supports zoom levels 0 through 22. Format: raster (png). |
MicrosoftBaseHybridRoad |
Road, boundary and label data in our main style.<br> Supports zoom levels 0 through 22. Format: raster (png). |
MicrosoftBaseLabels |
Displays labels for roads, natural and artificial features in a vector tile.<br> Supports zoom levels 0 through 22. Format: vector (pbf). |
MicrosoftBaseLabelsDarkgrey |
Label data in our dark grey style.<br> Supports zoom levels 0 through 22. Format: raster (png). |
MicrosoftBaseLabelsRoad |
Label data in our main style.<br> Supports zoom levels 0 through 22. Format: raster (png). |
MicrosoftBaseRoad |
All layers with our main style.<br> Supports zoom levels 0 through 22. Format: raster (png). |
MicrosoftImagery |
A combination of satellite and aerial imagery. Only available in S1 pricing SKU.<br> Supports zoom levels 1 through 19. Format: raster (jpeg). |
MicrosoftTerraMain |
Shaded relief and terra layers.<br> Supports zoom levels 0 through 6. Format: raster (png). |
MicrosoftTrafficAbsolute |
absolute traffic tiles in vector. |
MicrosoftTrafficAbsoluteMain |
absolute traffic tiles in raster in our main style. |
MicrosoftTrafficDelay |
traffic tiles in vector. |
MicrosoftTrafficDelayMain |
traffic tiles in raster in our main style. |
MicrosoftTrafficIncident |
incident tiles in vector. |
MicrosoftTrafficReducedMain |
reduced traffic tiles in raster in our main style. |
MicrosoftTrafficRelative |
relative traffic tiles in vector. |
MicrosoftTrafficRelativeDark |
relative traffic tiles in raster in our dark style. |
MicrosoftTrafficRelativeMain |
relative traffic tiles in raster in our main style. |
MicrosoftWeatherInfraredMain |
Weather infrared tiles. Latest Infrared Satellite images shows clouds by their temperature. For more information, see Azure Maps weather services coverage. For more information about the satellite data returned, see Weather services in Azure Maps. Supports zoom levels 0 through 15. Format: raster (png). |
MicrosoftWeatherRadarMain |
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. Supports zoom levels 0 through 15. Format: raster (png). |
Methods
Equals(MapTileSetId) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MapTileSetId, MapTileSetId) |
Determines if two MapTileSetId values are the same. |
Implicit(String to MapTileSetId) |
Converts a string to a MapTileSetId. |
Inequality(MapTileSetId, MapTileSetId) |
Determines if two MapTileSetId values are not the same. |
Applies to
Azure SDK for .NET