ClassEmptyTileMapSource
Class
Tile source which don't provide any tiles.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class EmptyTileMapSource : TiledMapSource, IMapSource
Inheritance: objectMultiScaleTileSourceTiledMapSourceEmptyTileMapSource
Implements:
Inherited Members
Constructors
EmptyTileMapSource()
Initializes a new instance of the EmptyTileMapSource class.
Declaration
cs-api-definition
public EmptyTileMapSource()
EmptyTileMapSource(int, int)
Initializes a new instance of the EmptyTileMapSource class.
Methods
Initialize()
Initialize provider.
Declaration
cs-api-definition
public override void Initialize()
Overrides