gpt4 book ai didi

python 显示 map 与谷歌地图

转载 作者:太空狗 更新时间:2023-10-29 20:10:44 24 4
gpt4 key购买 nike

我找到了一个 googlemaps用于从 python 访问 google map 的包,但没有找到任何演示以 python 代码显示结果。

例如:

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))

# Request directions via public transit
now = datetime.now()
directions_result = gmaps.directions("Sydney Town Hall",
"Parramatta, NSW",
mode="transit",
departure_time=now)

我可以将 directions_result 打印到控制台,但不知道如何以图形模式显示 map 。如何在python中将搜索结果显示为 map ?

最佳答案

因为 googlemaps 包仅用于数据/响应 API。


有关更多信息,请阅读本教程(编写 JS map 和数据分析):https://github.com/invisibleroads/invisibleroads-tutorials/blob/master/geodjango-googlemaps-build.rst


要在谷歌地图上绘制数据,请使用:https://github.com/vgm64/gmplot

关于python 显示 map 与谷歌地图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35798126/

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