Class UriVectorTileMapSource
Represents a vector tile map source for the Uri
Inheritance
System.Object
UriVectorTileMapSource
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class UriVectorTileMapSource : VectorTileMapSource, IMapSource
Constructors
UriVectorTileMapSource(String)
Initializes a new instance of the UriVectorTileMapSource class.
Declaration
public UriVectorTileMapSource(string template)
Parameters
System.
|
Properties
UriTemplate
Gets or sets the URI template of the map source.
Declaration
public string UriTemplate { get; set; }
Property Value
System.
|
Methods
GetTile(Int32, Int32, Int32)
Gets the image URI.
Declaration
protected override Uri GetTile(int tileLevel, int tilePositionX, int tilePositionY)
Parameters
System. Tile level. |
System. Tile X. |
System. Tile Y. |
Returns
System. URI of image. |