Class VectorTileMapSource
Represents a vector tile map source for a vector map provider.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class VectorTileMapSource : TiledMapSource, IMapSource
Constructors
VectorTileMapSource(Int32, Int32, Int32, Int32)
Initializes a new instance of the VectorTileMapSource class.
Declaration
public VectorTileMapSource(int minZoomLevel, int maxZoomLevel, int tileWidth, int tileHeight)
Parameters
System.Int32
minZoomLevel
|
System.Int32
maxZoomLevel
|
System.Int32
tileWidth
|
System.Int32
tileHeight
|
Methods
Initialize()
Initialize provider.
Declaration
public override void Initialize()