I doesn't have customer, it's a page test. I am the only person to use this page And I have a page test to check all the strings. I use utf8_encode in my Php page ==> no accented characters
On 13 oct, 16:04, Rossko <[EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
