For an iphone application that communicates with a google datastore table containing co-ordinates [Latitude n Longitude]. For a given venue record as fetched from datastore table and iphone location [Lat n Long] as obtained from Core Location framework, can it be possible to calculate distance in miles between these two locations?
The location values both in datastore as well as ones returned by iphone core location are all in double
How can it be done?
Thanks
Arnieterm
The location values both in datastore as well as ones returned by iphone core location are all in double
How can it be done?
Thanks
Arnieterm