ArcGISWindowsPhoneSDK.WebMapFeatureServicePopups.WebMapFeatureServicePopups C# (CSharp) Method

WebMapFeatureServicePopups() public method

public WebMapFeatureServicePopups ( ) : System.Windows
return System.Windows
        public WebMapFeatureServicePopups()
        {
            InitializeComponent();
            Document webMap = new Document();
            webMap.GetMapCompleted += webMap_GetMapCompleted;

            webMap.GetMapAsync("921e9016d2a5423da8bd08eb306e4e0e");
        }