如何在SQLite数据库中保存坐标值
我正在创建一个地图,在其中跟踪用户的当前位置。当追踪到用户的当前位置时,就会放置一个图钉。根据这个我得到当前位置的纬度和经度。
我有一个 SQLite 数据库,它存储用户的纬度、经度。但我的主要问题是如何在 SQLite 数据库中插入纬度和经度的坐标。我该怎么做?
I am creating a map in which I am tracking the user's current location. When the current location of the user is traced their a pin is placed. Depending on this I get the latitude and longitude of current location.
I have an SQLite database which stores the latitude, longitude of the user. But my main problem is how to insert the coordinates of latitude and longitude in SQLite database. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这些链接对您有用。
将mapView.userLocation.location.coordinate.longitude保存到sqlite数据库中< /a>
制作地图坐标(lan,& long)存储在sqlite数据库中
I think these links are useful to you.
Saving mapView.userLocation.location.coordinate.longitude into sqlite database
making map coordinates(lan,& long)storing in sqlite database