What is the difference between "UIAccelerometer" and "CLLocationManager"?
Posted
by blauesocke
on Stack Overflow
See other posts from Stack Overflow
or by blauesocke
Published on 2010-04-25T01:56:43Z
Indexed on
2010/04/25
2:03 UTC
Read the original article
Hit count: 501
What is the difference between "UIAccelerometer" and "CLLocationManager"? Both give me x, y and z axis as result.
UIAccelerometer
- X -18.000
- Y -03.500
- Z -41.000
CLLocationManager
- X -0.036
- Y -0.002
- Z -1.069
Is this information from the same sensors with different formatting? Or are there "real" differences?
Thanks!
© Stack Overflow or respective owner