ArcGISWindowsPhoneSDK.WebMapDynamicServicePopups.WebMapDynamicServicePopups C# (CSharp) Method

WebMapDynamicServicePopups() public method

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

            webMap.GetMapAsync("fd7fb514579f4422ab2698f47a7d4a46");
        }