-
Notifications
You must be signed in to change notification settings - Fork 48
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
LocationEngine doesn't respect fastest interval setting #312
Comments
By doing some tests, my preliminary conclusion is that
|
@Chaoba since Android framework doesn't support |
No, I don't think so - if we're exposing this setter, it should be respected regardless of the implementation. |
Open Branch with PR - needs review and merge |
Do we require a billing account in order to use the Google's FusedLocationProvider? |
@Cloud9Clone |
I'm seeing, that even after setting the
setFastestInterval
option the location updates can be pushed with higher than expected frequency.Here's a log dump of differences in time between location samples with the fastest interval set to 750ms.
and here's the setup:
This particualr example was using
MapboxFusedLocationEngineImpl
and libtelemetryv4.1.1
.The text was updated successfully, but these errors were encountered: