Hi,

the application i am working with currently uses a list of addresses
to locate them on the map. previously we were using some other map
engine to geocode and reverse geocode. now we want to try google map's
API to get the lat/lng coordinates to plot the markers on the map.

i have read the API reference,which says it is not advisable to use
GClientGeocoder.getLocation method to use in loops and use http
geocode instead.
i have tried that and found that it is taking long time to geocode all
the addresses (list may contain more than 500 addresses). is there any
other alternate solution for geocoding more addresses at the earliest.

i have read several posts in the groups that says the request needs to
be sent with 2 seconds between each requests. is this time difference
applies for both server side http geocoding and javascript geocoding?

what if i get a premier license? will that make any difference with
the total number of requests made per day and faster geocoding?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to