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");
        }