Closed GoogleCodeExporter closed 8 years ago
Apparently, the 2 POI service providers (Nominatim and GeoNames) don't provide
that feature. So I'm afraid you will have to do it yourself, client-side...
You can compute the distance from your point to each POI (see
GeoPoint.distanceTo), and then sort the POI ArrayList using that distance. No
need for using a RoadManager.
Original comment by mathieu....@gmail.com
on 7 Feb 2013 at 6:16
Original comment by mathieu....@gmail.com
on 12 May 2013 at 7:00
Original issue reported on code.google.com by
carliski...@gmail.com
on 6 Feb 2013 at 3:32