geolocation - CCLocation (iPhone SDK) accuracy -


how accurate cclocation class? 20 meters? more or less? because i'd accurate values user's location.

thanks,

regards

you can request accuracy desired using desiredaccuracy property of cllocationmanager. actual accuracy delivered depends on other factors outside control including whether device using gps, cell tower, or wifi.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

jtree - comparing two TreeNode (or DefaultMutableTreeNode) objects in Java Comparator -