2

我正在尝试将 Bing 的地图 API 与 Geopy 一起使用,但每次我尝试获取一些坐标时,都会出现“GeocoderTimedOUT”异常。

g=geocoders.Bing('MY_KEY',timeout=5)
place, (lat, lng) = g.geocode("British Museum ", True, None, None)
print "%s: %.5f, %.5f" % (place, lat, lng) 

是 Bing 的地图问题还是 Geopy 中的问题?

非常感谢。

4

0 回答 0