作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我找到了一个 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/
leaflet:一个开源并且对移动端友好的交互式地图 JavaScript 库 中文文档: https://leafletjs.cn/reference.html 官网(英文): ht
我是一名优秀的程序员,十分优秀!