I would like to measure the speed of another vehicle on a road (not one that the iPhone currently is in).
How would you go about measuring the speed of that other moving object?
I would like to measure the speed of another vehicle on a road (not one that the iPhone currently is in).
How would you go about measuring the speed of that other moving object?
See CoreLocation to get GPS coordinates and work out the distance between them. For instance you could take new GPS coordinates every 10 seconds and then you have time and distance. :)