((ESRI.ArcGIS.Client.ArcGISTiledMapServiceLayer)((new List<ESRI.ArcGIS.Client.Layer>(((ESRI.ArcGIS.Client.Map)(BackgroundBorder.Child)).Layers))[0])).Url = "http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer";
ArcGISTiledMapServiceLayer tiles = new ArcGISTiledMapServiceLayer() { Url = "http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/0" }; MapApplication.Current.Map.Layers.Add(tiles); MapApplication.SetLayerName(tiles, "World Street Map");
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.