xcode - In iOS different location detected even when device is in one position -


i using following code detect location changes particular user. however, if keep iphone in same location few minutes, iphone detects changes in location. following different latitude longitudes detected when iphone in same location. here outputs: {latitude = "22.46812"; longitude = "88.39014";} {latitude = "22.46814"; longitude = "88.39017";} {latitude = "22.46813"; longitude = "88.39016";} , on...

why happening , can fix this?

this has alot gps precision. example satellites in space moving , earth moving. gps never "exact" long periods of time, may have exact coordination x amount of time. earth continue move sats in sky trying triangulate location.

long story short gps location never static approximate. :d code fine, app fine.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -