Hi,

I use the Google Map on my website. On my website I have a bunch of people 
who can update their profile. Every time someone is changing their profile 
the script makes a request to Google Maps API with

$request_url="http://"; . MAPS_HOST . "/maps/geo?output=xml" . "&key=" . 
KEY."&q=".$adress;
$xml = simplexml_load_file($request_url) or die("url not loading");

Also I provided a tool which does this in a for-loop for all members (I 
have about 300 members).

This worked fine for about 2 Years but suddenly the $eqiest_ur doesnt work 
and provides only the message:

*We are sorry ...but your computer or network may be sending automated 
queries. To protect our users, we can't process your request right now.

*
Now I wonder - have I done anything wrong? Is it already a  "automated 
querie" if I update the adress whenever someone changes it? If it is - what 
would be the alternative? Or is the Google Map not made for those purposes?

Thank you!

Adam Nielsen 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API v2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to