((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");
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.