Re: renaming enableHighAccuracy

Hi!

Just a comment related to this...
I was checking the Android SDK and I have realized that it defines two
separate attributes for accuracy  and battery:

criteria.setAccuracy(Criteria.ACCURACY_COARSE);  //fine or coarse
criteria.setPowerRequirement(Criteria.POWER_LOW);  //low, medium or high

According with the documentation:

"If more than one Location Provider matches your criteria, the one
with the greatest accuracy is
returned. If no Location Providers meet your requirements, the
criteria are loosened, in the following
order, until a provider is found:
- Power use
- Accuracy
- [others]"

Regards,
Angel

Received on Thursday, 21 May 2009 14:48:13 UTC