ArcGISWindowsPhoneSDK.AddressToLocation.AddressToLocation C# (CSharp) Method

AddressToLocation() public method

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