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
If you're not using a spatially-enabled database, Google Maps recommends using floats of size (10,6). That gives you 6 digits after the decimal - if you want more precision, you can adjust accordingly.