On Fri, Aug 20, 2010 at 13:19, Harsha <[email protected]> wrote:

> Hi,
> i have a problem when i am sending more than 10 requests through a for
> loop from java script to the goecoder service. i get back the message
> saying QUERY_OVER_LIMIT after 10 requests.
>

If you need to display more than 10 locations on a map, consider
per-geocoding them.
If you can't because they come from end-user interaction (e.g. a user clicks
on 20 points on the map, but sounds unlikely) then you need to wait (e.g.
for a second) each time you get that error.

how can i get rid of this, i tried introducing the time delays in the
> javascript but was not successful in removing this error.
>

You cannot get rid of this, this is normal behavior, see this:

Is there a limit to the number of geocode requests I can submit?
http://code.google.com/apis/maps/faq.html#geocoder_limit

it would be really helpful if some one can help in in finding the
> solution as i am running out of time.
>

Quick! Tell us what you want to do exactly :)

--
> 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]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
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