c# - Is it possible to include variables in TileSource.uriFormat? -
i have maptilelayer specifying tilesource for
tilesource mytilesource = new tilesource();
for tilesource need specify uri format. want include variable inside string because have folders being dynamically created, , want uriformat point correct folders.
so how create correct .uriformat parameters/variables?
mytilesource.uriformat = ?????
i don't believe uriformat supports local folders. possible load tiles local folders in wpf control outlined in blog post: https://blogs.bing.com/maps/2015/08/24/local-tile-layers-in-bing-maps-wpf/
Comments
Post a Comment