Share via


GetMapTileOptions.MapTileSetId Property

Definition

A tileset is a collection of raster or vector data broken up into a uniform grid of square tiles at preset zoom levels. Every tileset has a MapTileSetId to use when making requests. The MapTileSetId for tilesets created using Azure Maps Creator are generated through the Tileset Create API. The ready-to-use tilesets supplied by Azure Maps are listed below. For example, microsoft.base.

public Azure.Maps.Rendering.MapTileSetId MapTileSetId { get; }
member this.MapTileSetId : Azure.Maps.Rendering.MapTileSetId
Public ReadOnly Property MapTileSetId As MapTileSetId

Property Value

Applies to