Class MbTilesMapProvider
Vector tile provider which parses .mbtiles files.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MbTilesMapProvider : VectorTileMapProvider, IDisposable, ICloneable
Constructors
MbTilesMapProvider()
Declaration
public MbTilesMapProvider()
Fields
SourceProperty
Identifies the Source dependency property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Source
Gets or sets the path to the .mbTiles file.
Declaration
public Uri Source { get; set; }
Property Value
System.Uri
|
Methods
Clone()
Implements the ICloneable interface.
Declaration
public object Clone()
Returns
System.Object
Cloned object. |
Implements
System.ICloneable.Clone()