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

WebMapDynamicServicePopups() 공개 메소드

public WebMapDynamicServicePopups ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public WebMapDynamicServicePopups()
        {
            InitializeComponent();
            Document webMap = new Document();
            webMap.GetMapCompleted += webMap_GetMapCompleted;

            webMap.GetMapAsync("fd7fb514579f4422ab2698f47a7d4a46");
        }