New to Telerik ReportingStart a free 30-day trial

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class AzureMapsTileProvider : TileProvider, ITileProvider

Inheritance: objectTileProviderAzureMapsTileProvider

Implements: ITileProvider

Inherited Members TileProvider.TileImageFormat

Constructors

C#
public AzureMapsTileProvider()

Properties

The client token that authenticates the request. Represents the Azure Maps Key that could be obtained from "https://azure.microsoft.com/en-us/products/azure-maps"

C#
public string ClientToken { get; set; }

Gets or sets the AzureMapsTileSet used when requesting the tile images

C#
public AzureMapsTileSet TileSet { get; set; }

Methods

TODO: Add documentation.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()