Class AzureMapSource
Tiled map source for AzureMapProvider. Can accept both vector and raster azure map sources which are determined by the TileSet property.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class AzureMapSource : VectorTileMapSource, IMapSource
Constructors
AzureMapSource(AzureTileSet)
Initializes a new instance of the AzureMapSource class.
Declaration
public AzureMapSource(AzureTileSet tileSet)
Parameters
AzureTileSet
tileSet
|
Methods
GetTile(Int32, Int32, Int32)
Gets the image URI.
Declaration
protected override Uri GetTile(int tileLevel, int tilePositionX, int tilePositionY)
Parameters
System.Int32
tileLevel
Tile level. |
System.Int32
tilePositionX
Tile X. |
System.Int32
tilePositionY
Tile Y. |
Returns
System.Uri
URI of image. |
Overrides
Initialize()
Initialize provider.
Declaration
public override void Initialize()