try this one:

final Geocoder geoCoder = new Geocoder(context, Locale.getDefault());
List<Address> addresses = geoCoder.getFromLocation(latitude, longitude,
numResults);

-Marc

On Sun, Aug 23, 2009 at 1:33 PM, Honest <[email protected]> wrote:

>
> Hello,
>
> Can some one tell me how can i get area name by passing latitdue and
> longitude in android? Which api i will have to use.
>
> >
>

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