On Aug 27, 10:29 am, Arpit <[email protected]> wrote:
> Hi all,
> I am trying to display an array of address which contains 100
> Addresses.And while processing i am getting Query Over Limit error.
> How to over come this problem.

Don't do it that way.  Since you haven't provided a link to your map,
we can't tell how you are doing it.
Geocoding 100 addresses in the browser everytime someone displays your
page is the wrong way to do it.

There is a quota and there rate limits.
http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding

There is also a geocoding web service:
http://code.google.com/apis/maps/documentation/geocoding/
It also has a quota (2500/day) and rate limits.

See this:
http://randommarkers.blogspot.com/2010/03/client-side-geocoding-rocks.html

Post a link to your map if none of the above helps.

   -- Larry

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