从 iPhone 地图视图获取位置
我正在 iPhone 中做一个基于地图的应用程序,我需要获取地图视图中心的位置。当用户拖动/移动/缩放地图视图时,我需要更新位置。这样我就可以从地图中获取 lat/lng 信息,并将这些信息发送到 google api 来获取地址信息。
任何人都可以知道如何实现这一点吗?请帮忙。
提前致谢 世斌中号
I am doing a map based application in iphone and i am need to get the location of the center of the map view. I need to get the location updated when the user Drags/Moves/Zoom the mapview. So that I can get the lat/lng information from the map and can sent these information to the google api to get the address info.
Can any one have any idea about how this can be made possible? Please help.
Thanks in advance
Shibin M
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要从google api获取地址信息,您必须使用reverseGeocoder。
在这里你可以传递你的纬度/经度。
在这里你可以得到地址信息
to get address information from google api you have to use reverseGeocoder.
here you pass your lat/long.
and here you get address info