GoogleMaps API -address to coordinates (latitude,longitude)

后端 未结 3 1402
被撕碎了的回忆
被撕碎了的回忆 2021-02-02 15:54

This is driving me crazy. I have deleted this key 1000 times so far. Yesterday it worked like a charm, today not anymore Here is the python code:

from googlemaps         


        
3条回答
  •  太阳男子
    2021-02-02 16:08

    Although Google deprecated the V2 calls with googlemaps (which is why you're seeing the broken calls), they just recently announced that they are giving developers a six-month extension (until September 8, 2013) to move from the V2 to V3 API. See Update on Geocoding API V2 for details.

    In the meantime, check out pygeocoder as a possible Python V3 solution.

提交回复
热议问题