Class UriVectorTileMapSource
Represents a vector tile map source for the UriVectorTileMapProvider.
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.String
template
|
Properties
UriTemplate
Gets or sets the URI template of the map source.
Declaration
public string UriTemplate { get; set; }
Property Value
System.String
|
Methods
GetTile(Int32, Int32, Int32)
Gets the image URI.
Declaration
protected override Uri GetTile(int tileLevel, int tilePositionX, int tilePositionY)
Parameters
System.Int32
tileLevel
Tile level. |
System.Int32
tilePositionX
Tile X. |
System.Int32
tilePositionY
Tile Y. |
Returns
System.Uri
URI of image. |