ESRI.ArcGIS.Client.ArcGISTiledMapServiceLayer layer = new ArcGISTiledMapServiceLayer(); layer.ID = "Overview LayerName"; layer.Url = "http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"; ESRI.ArcGIS.Client.Toolkit.OverviewMap oMap = new ESRI.ArcGIS.Client.Toolkit.OverviewMap(); oMap.Map = MapApplication.Current.Map; oMap.Width = 100; oMap.Height = 100; oMap.Layer = layer; oMap.MaximumExtent = new Envelope(-41381301, -19971868, 41381301, 19971868); MapApplication.Current.ShowWindow("Overview", oMap);
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.