Is it possible to fetch location with PRIORITY_BALANCED_POWER_ACCURACY
or PRIORITY_LOW_POWER
even when GPS is of HIGH_ACCURACY
using Google Play Services lib?
Scenario here is I want to use location with high accuracy for some cases in my app, but for some cases, low accuracy mode is enough. So to save battery for later cases, I want to use low accuracy mode.