Skip to content
New issue

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

Add flag to ignore Location services available check #172

Merged
merged 4 commits into from
Jan 24, 2025

Conversation

jordond
Copy link
Owner

@jordond jordond commented Jan 24, 2025

Adds a LocationRequest.ignoreAvailableCheck. When enabled this flag will bypass the check to see if location services are available on the device. This can solve some false negatives, and potentially speed up the location request.

If location services are not available, the location request will just fail. The exception won't be as specific and will just be a Not Found result.

References #169

@jordond jordond added this to the 2.0.0 milestone Jan 24, 2025
@jordond jordond merged commit 6589b9f into main Jan 24, 2025
5 checks passed
@jordond jordond deleted the feature/ignore-is-available-check branch January 24, 2025 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant