ArcGISWindowsPhoneSDK.WebMapWMS.WebMapWMS C# (CSharp) 메소드

WebMapWMS() 공개 메소드

public WebMapWMS ( ) : ESRI.ArcGIS.Client.WebMap
리턴 ESRI.ArcGIS.Client.WebMap
        public WebMapWMS()
        {
            InitializeComponent();

            Document webMap = new Document();
            webMap.GetMapCompleted += webMap_GetMapCompleted;

            webMap.GetMapAsync("b3e11e1d7aac4d6a98fde6b864d3a2b7");
        }