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:
Implements:
Inherited Members
Constructors
Initializes a new instance of the UriVectorTileMapSource class.
Properties
Gets or sets the URI template of the map source.
C#
public string UriTemplate { get; set; }