There is no batch method for geocoding, but the quota for web service
requests is 2,500 per day per IP address, so that should not be a
problem. As you are geocoding addresses server side you should set
sensor=false. Once you have the lat/lngs you can add them to a My Map
in Java using the Maps Data API:

http://code.google.com/apis/maps/documentation/mapsdata/developers_guide.html

Many thanks,

Thor.

On May 26, 9:10 am, ron1776 <[email protected]> wrote:
> We need to map the results of a query from and SQL database of
> addressed to a My Map and need some advise about the best general way
> to go about it.
>
> Should we build geocode requests for each address like:
>
> http://maps.google.com/maps/api/geocode/xml?address=1600+Pennsylvania...
>
> And then, somehow, import that into a My Map?
>
> Or is there a better way.    Is there a batch method. We may need to
> import 50 to 200 addresses at a time and we need to do this on the
> server side using PHP and Javascript.
>
> Right now I do not need specific code, just an outline.
>
> Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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/google-maps-js-api-v3?hl=en.

Reply via email to