KML 文件谷歌地球集成到 uiMapkit

发布于 2024-12-14 19:56:20 字数 110 浏览 0 评论 0原文

我想获取纬度和经度以便在 Mapkit 中进行注释。

我想在 Objective C 中运行 kml 文件,但什么也没发生,所有内容都在 javascript 中。

任何建议

i want to get the latitude and langitude in order to make annotation in mapkit.

i want to run kml file in objective c but nothing happen all are in javascript.

any suggesion

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

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

发布评论

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

评论(1

走过海棠暮 2024-12-21 19:56:20

我为你做了一些谷歌搜索

从 GitHub 获取 Simple-KML 解析库 并查看它附带的示例项目,看看它如何解析出纬度和经度(我相信是 SimpleKMLPoints?),然后您将能够将注释添加到 MapKit 中。

希望我为您指明了正确的方向!

I did a bit of Googling for you.

Grab the Simple-KML parsing library from GitHub and look at the sample project that comes with it and see how it parses out latitude and longitude (which I believe are SimpleKMLPoints?) and then you will be able to make your annotations into MapKit.

Hopefully I set you in the right direction!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文