I searched quite a bit on this in SO, but there was nothing addressing this exact issue. So here it is.
I have a excel sheet of about 100000 geographical points that are not on google places. I need to get the points near my current location - given a binding radius. And show these points in my android app.
I read up on using SQLite database, but before creating a database, I want to know if there is any other way to do this.
Can I just parse this data in KML or some other format or would it be best to use SQLite?