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

Consider Deprecating custom Location Request classes and Use Mapbox Location Engine Impl #327

Open
githengi opened this issue Dec 19, 2019 · 1 comment

Comments

@githengi
Copy link
Contributor

Consider Deprecating Location Request Interfaces and Use Mapbox Location Engine Implementation

Currently its possible to tell mapbox which location to used on the location Component. If one does specify mapbox selects by using com.mapbox.android.core.location.LocationEngineProvider#getBestLocationEngine(android.content.Context)
which uses fused location Client if location services are enabled otherwise uses locationManager(GPS or network).

This reduces the number of classes we have to maintain

@githengi
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant