Class
VectorTileMapSource

Represents a vector tile map source for a vector map provider.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class VectorTileMapSource : TiledMapSource, IMapSource

Inheritance: objectMultiScaleTileSourceTiledMapSourceVectorTileMapSource

Derived Classes: AzureMapSourceMbTilesMapSourceUriVectorTileMapSource

Implements: IMapSource

Inherited Members TiledMapSource.OpacityPropertyTiledMapSource.CacheTile(int, int, int, Uri, DateTime, byte[])TiledMapSource.IsLevelSupported(int)TiledMapSource.ConvertTileToZoomLevel(int)TiledMapSource.ConvertZoomToTileLevel(int)TiledMapSource.GetCachedTileName(int, int, int)TiledMapSource.GetCachedTile(int, int, int)TiledMapSource.IsValidCacheUri(int, int, int, Uri)TiledMapSource.GetCachedTileAsync(int, int, int, Action<byte[]>)TiledMapSource.GetTileLayers(int, int, int, IList<object>)TiledMapSource.GetTile(int, int, int)TiledMapSource.IsValidTileLevel(int)TiledMapSource.InvalidateNullTiles()TiledMapSource.RaiseInitializeCompleted()TiledMapSource.RaiseInitializationFaulted(string, Exception)TiledMapSource.CacheStorageTiledMapSource.CultureTiledMapSource.IsTileCachingEnabledTiledMapSource.OpacityTiledMapSource.UniqueIdTiledMapSource.MinZoomLevelTiledMapSource.MaxZoomLevelTiledMapSource.InitializeCompletedTiledMapSource.InitializationFaultedMultiScaleTileSource.InvalidateTileLayer(int, int, int, int)MultiScaleTileSource.SetTileCacheSize(int)MultiScaleTileSource.OnHttpAuthenticationRequired(Uri, string, Dictionary<string, string>)MultiScaleTileSource.RequestCredentialsMultiScaleTileSource.WebHeaders

Constructors

VectorTileMapSource(int, int, int, int)

Initializes a new instance of the VectorTileMapSource class.

Declaration

cs-api-definition
public VectorTileMapSource(int minZoomLevel, int maxZoomLevel, int tileWidth, int tileHeight)

Parameters

minZoomLevel

int

maxZoomLevel

int

tileWidth

int

tileHeight

int

Methods

Initialize()

Initialize provider.

Declaration

cs-api-definition
public override void Initialize()

Overrides TiledMapSource.Initialize()