如何显示从sqlite数据库获取纬度和经度的地图方向

发布于 2024-11-07 18:26:25 字数 116 浏览 2 评论 0原文

大家好,

我有一个地图应用程序,它将位置的纬度和经度存储在 sqlite 数据库中。 根据sqlite数据库中保存的现有纬度和经度,我想显示一个新地图。这怎么可能。任何人都可以帮我解决这个问题吗?谢谢。

HI all,

i have map application which stores the latitude and longitude of location in sqlite database.
Depending on the existing latitude and longitude saved in sqlite database,i want to display a new map.How is it possible.Can anybody help me in solving this problem.Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玻璃人 2024-11-14 18:26:25
 NSString *urlstring=[NSString stringWithFormat:@"http://maps.google.com/?saddr=%f,%f&daddr=%f,%f",sourcelocation.latitude,sourcelocation.longitude,destinationlocation.latitude,destinationlocation.longitude];
 NSString *urlstring=[NSString stringWithFormat:@"http://maps.google.com/?saddr=%f,%f&daddr=%f,%f",sourcelocation.latitude,sourcelocation.longitude,destinationlocation.latitude,destinationlocation.longitude];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文