google maps - Android: getting different latitude and longitude on same location -


we making track , trace application , accuracy of address important us.

we have done testing of our application , found getting different latitude , longitude same location.if there change in latitude , longitude accuracy of address 150 200 meters away actual location.

my question why getting different latitude , longitude same location?? can more accurate latitude , longitude??

thanks, sanjay salunkhe

used fused location api here tutorial.

when working location, important understand may request accuracy, you're not guaranteed accuracy in actual location updates.

here accuracy table tested google see presentation here

enter image description here

in case there wrong in code otherwise not give away 150-200 m because huge distance.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -