How can i add that function to my sqlite database in Android? and how can i use it ?
thanks El lunes, 1 de octubre de 2012 14:11:06 UTC+2, RichardC escribió: > > > http://stackoverflow.com/questions/3168904/sql-query-to-query-nearby-points-of-interest-based-on-lat-long-sqlite > > > On Monday, October 1, 2012 12:53:58 PM UTC+1, saex wrote: >> >> I must obtain a SQLite SQL Sentence for ordering by nearest latitude and >> longitude coordinates, given a initial location. >> >> THis is a example sentence for my table in the sqlite database: >> >> SELECT id, name, lat, lng FROM items >> >> I must achieve this with SQLite, and with that table. I can't use another >> techniques because this is for a existen SQlite database that i can't >> change. >> >> Exists a way to achieve this with Android and SQlite? I checked a lot of >> stackoverflow posts and i didn't find the way to achieve that >> >> Thanks >> > -- 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

