gpt4 book ai didi

python - 导入我的 python googlemaps 模块后,它显示 .geocode 和 .reverse_geocode 的未解析属性

转载 作者:太空宇宙 更新时间:2023-11-03 20:12:42 26 4
gpt4 key购买 nike

在:

import googlemaps
from datetime import datetime

gmaps = googlemaps.Client(key='Add Your Key here')

# Geocoding an address
geocode_result = gmaps.geocode('1600 Amphitheatre Parkway, Mountain View, CA')

# Look up an address with reverse geocoding
reverse_geocode_result = gmaps.reverse_geocode((40.714224, -73.961452))

Pycharm 说 .geocode.reverse_geocode 是未解析的属性...没有它们我就无法使用 API。这是来自google的官方API:https://github.com/googlemaps/google-maps-services-python

最佳答案

这与 Google 结算有关,他们希望您注册一张信用卡,然后就解决了这个问题。

关于python - 导入我的 python googlemaps 模块后,它显示 .geocode 和 .reverse_geocode 的未解析属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58629443/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com