Link to home
Start Free TrialLog in
Avatar of maqskywalker
maqskywalker

asked on

google maps geocoding api

Hi experts,

Google Map Geocoding API
https://developers.google.com/maps/documentation/geocoding

On the Google Map Geocoding API I read that you can geocode a single mailing address as follows.

If I have this addres:

1600 Amphitheatre Parkway, Mountain View, CA

To get, JSON Output Format I would use this:
 
http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true

To get, XML Output Format I would use this:
 
http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true
 

How would I geocode more than 1 address at a time?

So for example if I have these 3 addresses:

1600 FedEx Way Landover,MD 20785
1265 Lombardi Avenue Green Bay,WI 54304
One Legends Way      Arlington,TX 76011
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial