How to implent a new MapTileLayer?

المشرف العام

Administrator
طاقم الإدارة
Im createing an application in Visual Studio 2013 with Bing Maps SDK for Windows Store Apps and wish to change my basemap by implenting a new MapTileLayer with my own TileSource.

In arcgis runtime sdk for .Net i can do it like this

MapTileLayer tileLayer=new MapTileLayer();tileLayer.TileSource="http://myOwnSource";myMap.TileLayers.Add(tileLayer);to implement a new basemap but how do I do it in Bing Maps SDK for Windows Store Apps?



أكثر...
 
أعلى