Should I store latitude and longitude as strings or floats (or something else)?
(I\'m using activerecord / ruby on rails, if that matters).
Update:
Mysql
I would suggest using floats, although it doesn't really make that much of a difference. Floats are easier to do calculations on if you ever desire that in the future.