> it's working but ...sometimes, I have a geocode error 620 (15000 query/
> day max, but I have only 30 maiximum). Can you explain me why ?

Presumably your customer can type anything in the form.  Not all
strings of characters that they might type in will be recognised as an
address, so you need to add some error handling to your code.
Something like the well-known "did you mean... " functionality might
help.  Also, have you taken care of character encoding issues, your
customer may input accented characters.  And apart from that, there is
not only a geocoding total volume limit, there is a speed limit which
restricts the rate that requests may be made at.

cheers, Ross K


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

Reply via email to