Class MapQuestTileProvider
A class used to obtain map tiles from the MapQuest tile servers.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
[Obsolete("The class Telerik.Reporting.MapQuestTileProvider is now obsolete. Please use the Telerik.Reporting.GenericTileProvider class instead.", false)]
public class MapQuestTileProvider : TileProvider, ITileProvider
Constructors
MapQuestTileProvider()
Declaration
public MapQuestTileProvider()
Properties
ImagerySet
Gets or sets the ImagerySet used when requesting the tile images
Declaration
public ImagerySet ImagerySet { get; set; }
Property Value
ImagerySet
|
ServerUrls
Collection of maps server addresses used to fetch the tiles.
Declaration
public Collection<string> ServerUrls { get; }
Property Value
System.Collections.ObjectModel.Collection<System.String>
|