We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running BetterGeolocator on different activities result in this
System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Android.Locations.LocationManager'.
JniPeerMembers.AssertSelf (Java.Interop.IJavaPeerable self) JniPeerMembers+JniInstanceMethods.InvokeVirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) LocationManager.RemoveUpdates (Android.Locations.ILocationListener listener) Geolocator.StopLocationUpdate (BetterGeolocator.GeolocationStatus status) Geolocator.UpdateLocation (Android.Locations.Location location) Geolocator.OnLocationChanged (Android.Locations.Location location) ILocationListenerInvoker.n_OnLocationChanged_Landroid_location_Location_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_location)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running BetterGeolocator on different activities result in this
Geolocator.StopLocationUpdate (BetterGeolocator.GeolocationStatus status)
System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Android.Locations.LocationManager'.
The text was updated successfully, but these errors were encountered: