将 GPS 数据保存在 sqlite 中并显示在地图上?
我想知道如何获取特定路径的 GPS 数据(使用经度和纬度在地图上绘制)并将其保存在 sqlite 中? 我的意思是,当用户输入位置和目的地时,它会在地图上显示路径。我已经绘制了地图并绘制了路径,但我想将其保存在数据库中。 [这是一个Android应用程序]。
I'd like know how I can get GPS data for a specific path(that is drawn on a map using long. and lat.) and save it in sqlite?
What I mean is that when the user enters the location and destination it displays the path on the map. I already did the map and drew the path but I want to save it in a database. [It is an android application].
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此处的表结构。如果需要,您可以修改它以添加您自己的数据。
Take a look at the table structure here. You can modify this to add your own data if needed.