Class
AzureMapsTileProvider

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class AzureMapsTileProvider : TileProvider, ITileProvider

Inheritance: objectTileProviderAzureMapsTileProvider

Implements: ITileProvider

Inherited Members TileProvider.TileImageFormat

Constructors

AzureMapsTileProvider()

Declaration

cs-api-definition
public AzureMapsTileProvider()

Properties

ClientToken

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"

Declaration

cs-api-definition
public string ClientToken { get; set; }

Property Value

string

TileSet

Gets or sets the AzureMapsTileSet used when requesting the tile images

Declaration

cs-api-definition
public AzureMapsTileSet TileSet { get; set; }

Property Value

AzureMapsTileSet

Methods

ToString()

TODO: Add documentation.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()