ClassBingMapsTileProvider
Class
A class used to provide map tiles from the Bing™ Maps tile servers.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class BingMapsTileProvider : TileProvider, ITileProvider
Inheritance: objectTileProviderBingMapsTileProvider
Implements:
Inherited Members
Constructors
BingMapsTileProvider()
TODO: Add documentation.
Declaration
cs-api-definition
public BingMapsTileProvider()
Properties
ClientToken
The client token that authenticates the request. Represents the Bing Maps Key that could be obtained from "http://www.microsoft.com/maps/create-a-bing-maps-key.aspx"
Declaration
cs-api-definition
public string ClientToken { get; set; }
Property Value
string
ImagerySet
Gets or sets the ImagerySet used when requesting the tile images
Methods
ToString()
TODO: Add documentation.
Declaration
cs-api-definition
public override string ToString()
Returns
string
Overrides