I was playing around with this very concept a while back.  Turns out
at the time (I haven't checked recently) that you had to do one
location at a time.  It would be nice if you could pass the geocoder
multiple points and get multiple results back.

So, I ended up doing what you did - pick a center location and
calculate several other points within a specified radius and then
passing each one to the geocoder.  It was really slow.

On Nov 4, 1:08 pm, Nymann <[email protected]> wrote:
> Hi
>
> I'm using the geocoder in the android map api, this work relatively
> good, my problem though is that i want to be able to get a number of
> addresses near a geopoint !
>
> Anyone have any experience creating or using such a service, does one
> exist on the net?
>
> I thought about calculating different geopoint near the a center
> geopoint, but what about the cost of calling the reverse geocoder
> multiple times etc.

-- 
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