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.
我正在实现一个与地图活动相关的应用程序。
根据我的要求,我在我的数据库中保存了许多 lat long 值, 如下所示:
id 经纬度 1 17.490431 78.407435 2 17.488221 78.409667 3 17.48249 78.414559 4 17.470292 78.426747
我的要求是从数据库中获取所有纬度/经度,并使用纬度/经度绘制路线。
如果有人知道解决方案,请帮助我。
首先,您必须知道如何在两个地理点之间绘制路线。
从我的位置到android中目标位置的距离计算
Android - 在两个地理点之间绘制路线
https://stackoverflow.com/questions/10551034/how-to-draw-line-between-two-pointslatitude-and-longitude-in-google-map-in-and
通过让我的点到目的地点来绘制路线
借助保存在数据库中的纬度和经度值绘制路线
按照链接和网上冲浪。那里有很多资源。