标签: android google-maps
我正在实施与地图活动相关的应用程序。
根据我的要求,我在db中保存了很多lat long值, 如下:
id lat long 1 17.490431 78.407435 2 17.488221 78.409667 3 17.48249 78.414559 4 17.470292 78.426747
我的要求是从数据库获取所有纬度/经度并使用纬度/经度绘制路径。
如果有人知道解决方案,请帮助我。
答案 0 :(得分:1)
1,您必须知道如何在两个地理位置之间绘制路线。
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
按照链接和冲浪网。那里有很多资源。