Class UriVectorTileMapProvider
Represents a vector tile map provider which gets its tile data from a source specified with templated Uri.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class UriVectorTileMapProvider : VectorTileMapProvider, IDisposable, ICloneable
Constructors
UriVectorTileMapProvider()
Initializes a new instance of the UriVectorTileMapProvider class.
Declaration
public UriVectorTileMapProvider()
Fields
UriTemplateProperty
Identifies the UriTemplate dependency property.
Declaration
public static readonly DependencyProperty UriTemplateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
UriTemplate
Gets or sets the Uri template of the provider.
Declaration
public string UriTemplate { get; set; }
Property Value
System.String
|
Methods
Clone()
Implements the ICloneable interface.
Declaration
public object Clone()
Returns
System.Object
Cloned object. |