MapboxDataProvider Methods
A data provider that obtains vector tiles from Mapbox Service.| Name | Description |
|---|---|
| GetMapSizeInPixels(Double) | Returns the map size in pixels. Inherited from MapImageDataProviderBase. |
| GetStream(Int64, Int64, Int64) | Returns a stream that contains a vector tile with specific coordinates at a specified zoom level. Inherited from VectorTileDataProviderBase. |
| GetTileUri(Int64, Int64, Int64) | Returns a URI of a tile with specific coordinates. |
See Also