Class AzureMapsTileProvider
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class AzureMapsTileProvider : TileProvider, ITileProvider
Constructors
AzureMapsTileProvider()
Declaration
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
public string ClientToken { get; set; }
Property Value
System.String
|
TileSet
Gets or sets the AzureMapsTileSet used when requesting the tile images
Declaration
public AzureMapsTileSet TileSet { get; set; }
Property Value
AzureMapsTileSet
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()