可能有點小問。對於那個很抱歉。嘗試這種https://github.com/mutaku/pygeocoding圖書館,做了像這樣使用pygeocoding獲取地址的經度和緯度
print LookUp(latlng="39.9518819802915,-75.1476150197085")
查找,但它給了我
'初始化()應該返回無'
我做了什麼錯?
在此先感謝。與
self.result=result #assign the result to a LookUp instance
return result
,然後運行:
你有沒有一個'從做打印之前的pygeocoding import *'? – asheeshr
是的,我確實導入它。否則會返回全局名稱'pygeocoding'未定義 – tipsywacky
這是在黑暗中拍攝的。嘗試從https://github.com/mutaku/pygeocoding/blob/master/pygeocoding/api.py刪除第87行,然後使用它。 – asheeshr