On Aug 20, 9:36 am, Harsha <[email protected]> wrote:
> Hey thanks a lot for reply, but my problem is that.
>
> i have a list of addresses in a arraylist (Approximately 20 addresses)
> and i have to show them on google maps, so when i am looping 20
> addresses and displaying them on the map i get this Query_Over_limit
> error.
>
> so can you please help how i can pass these 20 addresses onto the map
> without getting an error?

Did you read his suggestion:
+ If you need to display more than 10 locations on a map, consider
+ pre-geocoding them.

> we have also paid google and got a preimer
> service key, will this help us?

I would think so, but you would need to talk to your google rep.  You
really shouldn't geocode 20 known addresses on the fly every time your
page loads, that is just wasteful.  Geocode the addresses off-line and
store the resulting locations in your database along with the
addresses.

  -- Larry

>
> On Aug 20, 4:28 pm, Miguel Angel Vilela <[email protected]> wrote:
>
> > 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%2B
> > >  ­[email protected]>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-maps-js-api-v3?hl=en.-Hide quoted 
> > >text -
>
> > - Show quoted text -

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