Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
191 views
in Technique[技术] by (71.8m points)

Google Geocoding v2 API stopped working suddenly

The Geocoding v2 API stopped unexpectedly.

e.g. http://maps.google.com/maps/geo?q=27703&output=json&key=AIzaSyBVr3n3IVZzakGvtIWeRaJEXsC63JHZ0w8

I'm not able to get lat,long from the API. The output from server is:

{
  "Status": {
    "code": 610,
    "request": "geocode"
  }
}

I searched for status: 610 but could not find any relevant info.

Thanks.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

The service has been stopped.

It is the 8th of March.

See the top of this page for information on the death of v2

See The Google Geocoding API for v3

...

Edit.

Actually, there is a page about upgrading to v3 that may be of use.

...

Edit.

As just pointed out, the Geocoding API V2 deprecation timeline was just extended by another 6 months, but be careful of your usage.

From @FrVaBe's link: "Today we’re also reducing the limit on Geocoding API V2 from 15,000 requests per day to 2,500 requests per day, which is equivalent to the daily limit on the Geocoding API V3."


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...