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

AddressToLocation() 공개 메소드

public AddressToLocation ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public AddressToLocation()
        {
            InitializeComponent();
            graphicsLayer = MyMap.Layers["MyGraphicsLayer"] as GraphicsLayer;
        }