Cirrious.MvvmCross.Plugins.Location.Droid.MvxLocationListener.MvxLocationListener C# (CSharp) Method

MvxLocationListener() public method

public MvxLocationListener ( IMvxLocationReceiver owner ) : Android.Locations
owner IMvxLocationReceiver
return Android.Locations
        public MvxLocationListener(IMvxLocationReceiver owner)
        {
            _owner = owner;
        }