Google address resolution I want to batch resolve the address in the php program to obtain the longitude and latitude. $ _ Url & quot; maps. googleapis. commapsapigeocodejson? Address {$ address} & amp; sensorfalse & quot; $ _ resultfile_get_contents ($ _ url); google address resolution in the first few days
I want to obtain the longitude and latitude for batch resolution addresses in the php program.
$ _ Url = "http://maps.googleapis.com/maps/api/geocode/json? Address = {$ address} & sensor = false ";
$ _ Result = file_get_contents ($ _ url );
Data can be retrieved in the first few days, but no data is available in the past two days. the returned value is {"results": [], "status": "OVER_QUERY_LIMIT "}
This is restricted. Why? How can this problem be solved?
------ Solution --------------------
Isn't there a limit on how many calls to google Maps require Money? Is it related to this?