Google address resolution I want to batch resolve the address in the php program to obtain the longitude and latitude. $ _ Url = & quot; http://maps.googleapis.com/maps/api/geocode/json? Address = {$ address} & amp; sensor = false & quot; google address resolution
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?
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.