Objective C:简单的 MKMapkit 示例?
寻找谷歌地图的简单 MKMapkit 示例来放置图钉并在点击图钉时提供信息。
我运行过的许多示例都不起作用,而起作用的只是大量代码。
感谢我应该查看的任何可以简化事情的帮助和参考材料或书籍。
谢谢。
Looking for simple MKMapkit examples for google maps to place pins down and give info if the pin is tapped.
Many of the examples I have run through don't work and the ones that do are just massive code.
Appreciate any help and reference material or books I should look at that simplify things.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
优秀的书籍 iPhone 编程:大书呆子牧场指南 包含一个易于理解的示例应用程序。示例代码可在 Big Nerd Ranch 网站 上找到。顺便说一句,如果您刚刚开始 iPhone 开发,一定要看看这本书。我发现它非常有帮助并且物有所值。
The excellent book iPhone Programming: The Big Nerd Ranch Guide contains an easy to understand example app. Example code is available on the Big Nerd Ranch website. BTW, if you're just starting iPhone development, definitely check the book out. I found it very helpful and worth its money.