ClassMapBoxVectorTileSource
Class
Vector tile source for MapBox online services. This source is supported by MapBoxMapProvider.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class MapBoxVectorTileSource : UriVectorTileMapSource, IMapSource
Inheritance: objectMultiScaleTileSourceTiledMapSourceVectorTileMapSourceUriVectorTileMapSourceMapBoxVectorTileSource
Implements:
Inherited Members
Constructors
MapBoxVectorTileSource(string, string, MapboxVectorTileset)
Initializes a new instance of the MapBoxVectorTileSource class.
Declaration
cs-api-definition
public MapBoxVectorTileSource(string template, string accessToken, MapboxVectorTileset mode)
Parameters
template
Uri template of the vector tiles source.
accessToken
The MapBox account access token.
mode
Mapbox vector tile set.
Methods
GetTile(int, int, int)
Gets the image URI.