How does one parallelise requests to reverse geocode lat/longs via GClientGeocoder? I believe 5 queries per second are allowed per browser IP address when reverse geocoding (or geocoding). How can we send 5 concurrent requests from the browser? We have an application that displays 50-100 lat/longs on the browser (the lat/longs are shown in a table); and the user has to choice to reverse geocode some or all the lat/longs. Each reverse geocode request via GClientGeocoder takes between 1-2 seconds; so if each of the lat/longs is reverse geocoded in a sequential manner; it could take about 100 seconds for the entire request to complete -- not exactly a pleasant experience for the user.
Any tricks/suggestions/workarounds?? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
