I am searching venues using Foursquare API.using below url
https://api.foursquare.com/v2/venues/search?ll=40.7,-74&oauth_token=MY_TOKEN&v=20130516
I am getting the result in JSON format. My problem is for each venue there is a given distance. In which unit they give this unit. I am not sure about this distance is correct for me.
distace for the the place where I am standing now should be 1m - but in the result it show distance = 2993
Why this happens, how can I convert it into meters?
Andreas has made a good example iphone project that hosted on github I tried it and it's working very well take a look at https://github.com/anka/bw_examples/tree/master/FoursquareIntegration
This may help you out.