Class MapBoxVectorTileSource
Vector tile source for MapBox online services. This source is supported by Map
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapBoxVectorTileSource : UriVectorTileMapSource, IMapSource
Constructors
MapBoxVectorTileSource(String, String, MapboxVectorTileset)
Initializes a new instance of the MapBoxVectorTileSource class.
Declaration
public MapBoxVectorTileSource(string template, string accessToken, MapboxVectorTileset mode)
Parameters
System. Uri template of the vector tiles source. |
System. The MapBox account access token. |
Mapbox Mapbox vector tile set. |
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. |