您可以免费使用 Google 地理编码 API 多少次?

How many times can you use the Google Geocoding API for free?

我在使用 google 地理编码 API 时遇到了一些问题。不知道支付系统最近有没有变,我每天只能用geocode.geolocation语句一次

当我使用 api 键使用 gmap.geocode 函数时,我得到了正确的 return 值,但在那之后,我得到了 Timeout 错误。这是可以在我的本地设置中更改的东西,还是地理编码 API 实际上仅限于一天一个请求?使用以下代码,

import googlemaps
key='**********************'
gmap=googlemaps.Client(key=key)
print(gmap.geocode('서울중부경찰서',language='ko'))

我收到类似

的错误
raise googlemaps.exceptions.Timeout()

超时

原来 google 的价格计划改变了,地理编码 api 仍然免费提供,直到有相当多的请求,但你必须注册一种支付方式(信用卡)才能使用api.