在 UIWebView 上加载当前地理位置
有没有一种方法可以获取用户当前的地理位置(在我的例子中,印度班格鲁鲁),以便我可以调用 Google Static Map API 并在 ViewController.xib 的 UIWebView 上加载静态地图图像,
这里 OBTAINED_LOCATION 应该是指示用户当前地理位置的一个。
Is there a way where I can get the current geographic location of the user (In my case, Bengluru, India), so that I can call Google Static Map API and load the static map image on the UIWebView of the ViewController.xib
Here OBTAINED_LOCATION should be the one that indicates current geographic location of the user.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用户关注代码:
首先将以下委托访问到您的界面:
然后在 .m 中使用以下
编辑:
User Following Code:
First access following delegates to your interface:
Then In .m use Following
Edit: