KML 文件谷歌地球集成到 uiMapkit
我想获取纬度和经度以便在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我为你做了一些谷歌搜索。
从 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!