I am using FusedLocationProviderClient
to get location update in my app. I am creating LocationRequest
with interval
of 1 sec
and maxInterval
of 0.5 sec
but location update is taking average of 6 sec
.
I am testing this on Nexus 5, Nexus 5x and Moto G (2nd Gen) devices.
I didn't found any limit about interval
or maxInterval
in Documentation, So i am assuming it should give update in 1 sec
atleast.
Also, I am requesting location from a Foreground Services
.
Please Suggest how to get update location update each second or is there any limitation mentioned in Documentation.