You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: