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

WebMapCSV() 공개 메소드

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

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

            webMap.GetMapAsync("e64c82296b5a48acb0a7f18e3f556607");
        }