Represents a vector tile map provider which gets its tile data from a source specified with templated Uri.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class UriVectorTileMapProvider : VectorTileMapProvider, IDisposable, ICloneable
Inheritance: objectMapProviderBaseTiledProviderVectorTileMapProviderUriVectorTileMapProvider
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the UriVectorTileMapProvider class.
C#
public UriVectorTileMapProvider()
Fields
UriTemplateProperty
DependencyProperty
Identifies the UriTemplate dependency property.
C#
public static readonly DependencyProperty UriTemplateProperty
Properties
Gets or sets the Uri template of the provider.
C#
public string UriTemplate { get; set; }