I need clarification on Google Play Fused Location
.
I ask a high priority (LocationRequest.PRIORITY_HIGH_ACCURACY)
but on my Android (4.4.4)
I set the localization mode to Saving Battery
: in this case Google Play
don't use anyway the GPS
, it's correct?
It think this because I try t use Google Play Fused Location
, but if the GPS
is off he use only the other methods for retrieve coords, and the obtained position is inaccurate (and I can't see the GPS
icon on the status bar).
So, where is the advantage to use Fused Location
? To retrieve an High accuracy position I need to set on the GPS
anyway?
I really don't understand, thanks.