Tagged Questions

5
votes
2answers
1k views

Is it possible to implement the Haversine formula in Objective-C and call it from SQLite?

As I understand, SQLite doesn't have the math functions to properly implement the Haversine formula in straight SQL. I'm thinking this should be possible using an external function, with the ...
2
votes
3answers
296 views

Implementing a Haversine function for sqlite into an iPhone project

So after an hour of research, I've found that most people seem to agree that the function at http://www.thismuchiknow.co.uk/?p=71 is the way to go for implementing a Haversine function into an iPhone ...
0
votes
0answers
68 views

MYSQL iPhone Coordinate Problem

i have my mySQL server working fine with my iphone app. and i can do standard retrieves etc. but am having a problem implementing a solution i found on this website for obtaining the distance between ...