ArcGISWindowsPhoneSDK.WebMapTiledServicePopups.WebMapTiledServicePopups C# (CSharp) Метод

WebMapTiledServicePopups() публичный Метод

public WebMapTiledServicePopups ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public WebMapTiledServicePopups()
        {
            InitializeComponent();
            Document webMap = new Document();
            webMap.GetMapCompleted += webMap_GetMapCompleted;

            webMap.GetMapAsync("0e8aa0cc8dcb47d3b9a46e3c6c7c0f8f");
        }