I'd suggest that one thing to look at is the actual status code returned by your server geocode request. If your server is seeing anything other than error 620, then that's not your problem.
If your problem does turn out to be error 620, then you could look for ways to reduce your server side geocoding requests. E.g. if you're geocoding your user's locations in the server, consider moving the geocode request into the client code. Client side geocode requests count towards the user's geocode quota, server side geocode requests count towards your geocode quota. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
