ClassUriVectorTileMapSource
Class
Represents a vector tile map source for the UriVectorTileMapProvider.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class UriVectorTileMapSource : VectorTileMapSource, IMapSource
Inheritance: objectMultiScaleTileSourceTiledMapSourceVectorTileMapSourceUriVectorTileMapSource
Derived Classes:
Implements:
Inherited Members
Constructors
UriVectorTileMapSource(string)
Initializes a new instance of the UriVectorTileMapSource class.
Declaration
cs-api-definition
public UriVectorTileMapSource(string template)
Parameters
template
Properties
UriTemplate
Gets or sets the URI template of the map source.
Methods
GetTile(int, int, int)
Gets the image URI.