Wednesday, June 29, 2011

[android-developers] Re: latitude and long sample code required

What exactly are you trying to do?

If you need to read location information from GPS receiver, then have
a look at http://developer.android.com/reference/android/location/LocationManager.html
There are plenty of examples on the Internet also.

If you need to convert postal address into the corresponding longitude-
latitude, then have a look at http://developer.android.com/reference/android/location/Geocoder.html
Once again, there are plenty of examples on the internet.

If I remember it right, the books of Mark Murphy also explain both
with good examples.
----------
Ali Chousein
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com/

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment