Hello I am working on a UWP map based application. I am currently using Raster Tiles
data to remove the Bing Map default tiles. I Want to now shift to using Vector Tiles
on the Bing map control. For Raster Tiles I know there are two ways:
- Set Tile data via the
HTTPTileSource
- Set Tile data via the
BitMapTileSource
I want to know how can I implement Vector Tiles on the bing map control. The Vector tiles I get are of the extention .pbf
. I have to hit the URL and get the .pbf
file now how do I place the tile on the map?