Re:
3) I have a large list of addresses (540 pcs.) How to determine
longitude mass and width (to refer to them on the map)?

I am developing a map based application to allow pet owners to
exchange pet sitting and I had similar questions before finding the
solution. Try using the Google Service that lets you do geocoding:

http://maps.googleapis.com/maps/api/geocode/json?address=<some
address>&sensor=true

Will return a JSON output that you can parse to look for the
appropriate information. As you might have guessed you will need to do
an HTTP GET and parse the output response.



-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to