It might be right that it is a problem of the implementation of .NET,
but there is also a problem with the PHP implementation which is used
in the google code example (http://code.google.com/apis/maps/articles/
phpsqlgeocode.html):

$xml = simplexml_load_file($request_url) or die("url not loading");

simplexml_load_file(url) does not process the xml if the http status
code is 403. The google api behaviour was different some time ago. In
case of too many requests, it returned a proper http answer without
403 and with 620 in the xml status code field.

I propose to change back the api behaviour.


Regards,
smexty

--

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