Android:显示具有缩放和拖动功能的地图图像的活动?

发布于 2024-11-07 11:49:48 字数 323 浏览 0 评论 0原文

我需要显示图像(地图),并允许用户拖动和缩放(两指捏合,或者某些早期版本不支持多点触控控制?),另外,当用户单击地图上的某个区域时,信息显示该区域。我想知道是否有任何标准方法(例如包装在活动中的 imageview )来执行此操作,或者我是否必须创建一个包含 imageview 的活动?我搜索并阅读了其他一些问题/答案,发现WebView是显示图像的好方法,但是我需要像我说的那样对图像(地图)进行一些操作,WebView可以吗?

谢谢!

编辑: 除了femi的回答之外,还有什么办法可以做到这一点吗?另外,femi 答案中的第 3 方包有一个错误报告,即捏合图像视图无法缩放,因此实际上没有答案。

I need to display an image(a map), and allow users to drag and zoom(two finger pinch, or is multitouch control not support on some earlier versions?), also, when user clicks on an area on the map, information of that area is displayed. I wonder is there any standard way(such like imageview wrapped in an activity) of doing this, or do I have to create an activity that has imageview in it? I searched and read some of others questions/answers, found that WebView is a good way to display image, but I need to do some operations on the image(map) like I said, is it possible for WebView?

Thanks!

edit:
Is there anyway to do this, apart from femi's answer? Also, the 3rd party package in femi's answer has a bug report that pinch image view does not zoom, so it is actually no an answer.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里人 2024-11-14 11:49:48

尝试查看 http://code.google.com/p/android-pinch/ 对于提供您需要的一些功能的 ImageView。让我知道这是否适合您。

Try looking at http://code.google.com/p/android-pinch/ for ImageViews that offer some of what you need. Let me know if that works for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文