Hi
I have not been able to find a straight-forward mechanism to do this.
I want a way to get a list of places given the description (e.g.
"starbucks" or "gas station"). The following code works if the
description is unique such as "SFO", but for places where the
description is more general, like "gas station" the return list is
empty:

Geocoder geo = new Geocoder(getApplicationContext());
List<Address> addrs = geo.getFromLocationName("SFO", 5);

Can you tell me a better way to get this to work?
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

Reply via email to