我正在实现一个与 map Activity 有关的应用程序。

根据我的要求,我在数据库中保存了许多纬度值,
如下:

长久
1 17.490431 78.407435
2 17.488221 78.409667
3 17.48249 78.414559
4 17.470292 78.426747

我的要求是从db中获取所有经度/经度,并使用经度/经度绘制路线。

如果有人知道解决方案,请帮助我。

最佳答案

首先,您必须知道如何在两个地理位置之间绘制路线。

Distance calculation from my location to destination location in android

Android - To draw a route between two geo points

https://stackoverflow.com/questions/10551034/how-to-draw-line-between-two-pointslatitude-and-longitude-in-google-map-in-and

Draw route by getting my point to destination point

drawing routes with the help of latitude and longitude values saved in database

跟随链接和冲浪网。那里有很多资源。

关于android - 如何通过使用不同的纬度长值绘制路线?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12559784/

10-12 05:22