简体   繁体   中英

Selecting Best Location Co-ordinates Based on Accuracy Using GPS?

I want to get best location co-ordinates according to accuracy level but I am using only GPS as provider. So how can I match the accuracy level of different locations?

I meant..do I have to make a separate data structure and store the long, lat and its accuracy and match it with the current fetched accuracy level details?

I only have a single Location type var. and a single LocationManager type obj.

Update: Done. Solved the issue. it was fairly simple :)

How do I go about it?

Thanks..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM