I'm wondering what is the right data type to store the longitude and latitude of a given position in a mysql database?
Right now I'm storing the position into a FLOAT(10,6) field and I think that my approach is wrong. http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html Should I use decimal type as it is for exact numeric data? What are your recommendation on this? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
