Python Geocoder 的 Google Provider 返回 None

问题描述 投票:0回答:0

Geocoder 的 Google 提供商返回“无” 这是一个用于地理编码的 Python 库。 这是地理编码器

>>> import geocoder
>>> g = geocoder.google('Mountain View, CA')
>>> g.latlng
None

请帮我得到结果而不是无。

python-3.x github google-api geocoding
© www.soinside.com 2019 - 2024. All rights reserved.