android - Populate a ListView with GeoPoints near me -
i have table @ parse.com full of addresses of places.
every row contains name of address, , geopoint (latitude , longitude).
i want 2 things:
1. populate listview data table (name , address), places not further than, example, 500 meters;
2. convert geopoint address (street, city), every listview item shown this:
address name
street (with number of house), city.
can please me?
i found answer first question. i've added code in activity asynctask on doinbackground method.
use this guide, with
query.wherewithinkilometers("location", geopoint, 1.5);
Comments
Post a Comment