如何在 XCode 的谷歌地图中定位位置
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5067817/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to pin point location in google map in XCode
提问by PatrickGamboa
Hey guys, I'm building an iPhone app for my company and in one of the sections I want to create a tab bar item where it pin point the location of my company. So far I built a basic map view, but I haven't figured what would the code be for pin pointing the location of my company. hope someone can help, thanks
嘿伙计们,我正在为我的公司构建一个 iPhone 应用程序,在其中一个部分中,我想创建一个标签栏项目,它可以指出我公司的位置。到目前为止,我构建了一个基本的地图视图,但我还没有想出用于定位我公司位置的代码是什么。希望有人能帮忙,谢谢
回答by knuku
Did you try investigating MapCallouts from Apple Sample Code?
您是否尝试从 Apple 示例代码中研究 MapCallouts?
http://developer.apple.com/library/ios/#samplecode/MapCallouts/Introduction/Intro.html
http://developer.apple.com/library/ios/#samplecode/MapCallouts/Introduction/Intro.html