从 iPhone 上的 mapView 获取经纬度?
所有,我正在开发一个使用mapview来显示谷歌地图的ipad应用程序,我的问题是如何获得特定区域的纬度,我如何通过在地图视图上放置覆盖层并获取该视图的点来设法获得,然后转换为经纬度。现在我的问题是我想在视图上显示一个可移动的指针,以便用户轻松指向所需的区域。 如果有任何想法请发给我。
谢谢 库马尔·YR
all , iam developing an ipad app that uses mapview to display google maps, my problem was how to get lat long of a perticular region, some how i manged to get by putting an overlay on the map view and getting point of that view , then converted to lat long. now my problem is i want to show an movable pointpin on the view so that user easily point the required region.
If any idea please send me .
Thanks
Kumar Y R
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在地图视图中使用 DDAnnotation
此处是下载它的链接
,其中有一个示例,您可以在其中拖动图钉并将其放在您需要的地方。
Use DDAnnotation in map view
here is the link to download
it has a sample where you can drag the pin and drop it where you need.