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 ...
1
vote
2answers
489 views

Map GPS Coordinates to an Image and draw some GPS Points on it

I have some problems figuring out where my error is. I got the following: Have an image and corresponding GPS coordinates of its top-left and bottom-right vertices. E.g: topLeft.longitude = ...