Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Python 中使用带有 click_for_marker 的 Folium 包。
单击地图后,它会在弹出窗口中显示纬度和经度。我想提取该纬度和经度,并使用 python 中的 circle_marker 函数用它来绘制一定半径的圆。
如何准确地提取从 click_for_marker 获得的纬度和经度信息,并使整个体验动态化,当我点击地图时,它需要显示一定半径的圆圈?
请帮助。