UriBasedVectorTileDataProvider Methods
Provides map data from a set of PBF or MVT files.| 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