Hi all.

I want to store location data in sqlite. A latitude coordinate is a
double, with 15 point precision. As far as I can tell this corresponds
with the 'REAL' datatype which is 8 bytes. The alternative I suppose
would be to store it as a String, and simply convert it back into a
double later.

Does it make any odds which way I go? Are there differences in storage
capacity / efficiency?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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/android-developers?hl=en

Reply via email to