New to Telerik UI for WPFStart a free 30-day trial

Represents a vector tile map source for the UriVectorTileMapProvider.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class UriVectorTileMapSource : VectorTileMapSource, IMapSource

Inheritance: objectMultiScaleTileSourceTiledMapSourceVectorTileMapSourceUriVectorTileMapSource

Derived Classes: MapBoxVectorTileSource

Implements: IMapSource

Inherited Members VectorTileMapSource.Initialize()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.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

Initializes a new instance of the UriVectorTileMapSource class.

C#
public UriVectorTileMapSource(string template)
Parameters:templatestring

Properties

Gets or sets the URI template of the map source.

C#
public string UriTemplate { get; set; }

Methods

Gets the image URI.

C#
protected override Uri GetTile(int tileLevel, int tilePositionX, int tilePositionY)
Parameters:tileLevelint

Tile level.

tilePositionXint

Tile X.

tilePositionYint

Tile Y.

Returns:

Uri

URI of image.

Overrides: TiledMapSource.GetTile(int, int, int)