New to Telerik UI for WPFStart a free 30-day trial

Tiled map source for AzureMapProvider. Can accept both vector and raster azure map sources which are determined by the TileSet property.

Definition

Constructors

Initializes a new instance of the AzureMapSource class.

C#
public AzureMapSource(AzureTileSet tileSet)
Parameters:tileSetAzureTileSet

Methods

Gets the image URI.

C#
protected override Uri GetTile(int tileLevel, int tilePositionX, int tilePositionY)
Parameters:tileLevelint

Tile level.

tilePositionXint

Tile X.

tilePositionYint

Tile Y.

Returns:

Uri

URI of image.

Overrides: TiledMapSource.GetTile(int, int, int)

Initialize provider.

C#
public override void Initialize()

Overrides: VectorTileMapSource.Initialize()