在 MapView 上叠加静态图像

发布于 2024-11-30 10:38:48 字数 225 浏览 1 评论 0原文

我仍然是 Android 新手,但一直在寻找问题的答案,但没有成功。

我有一个用户可以完全操作(滚动、放大等)的地图视图,但我需要让用户知道地图的中点在哪里。我想为此使用一个小的“十字准线”图像,并在任何时间和所有放大级别将其显示在地图的中心。事实上,我只是希望图像始终处于可见状态。我能找到办法做到这一点吗?我能见鬼吗!

我确信你们中的一两位专家有一个非常简单的解决方案。请帮忙。

托尼

I'm still a newbie to Android but have searched high and low for an answer to my problem without success.

I have a map view that the user can fully manipulate (scroll, enlarge etc.) but I need to let the user know where the midpoint of the map is. I want to use a small "crosshair" image for this and display it at the centre of the map AT ALL TIMES and AT ALL LEVELS OF MAGNIFICATION. In fact, I just want the image to remain on view at all times. Can I find a way to do this? Can I hell!

I'm sure there is a very simply solution to this from one or two of you gurus out there. Please help.

Tony

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

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

发布评论

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

评论(1

小苏打饼 2024-12-07 10:38:48

在包含 MapView 的布局文件中,确保布局容器的类型为relativelayout。然后简单地将ImageView添加为RelativeLayout的子级,属性为layout_gravity =“center”

基本上,研究RelativeLayout。

In your layout file that contains the MapView, make sure that the Layout container is of type RelativeLayout. Then simply add the ImageView as a child of the RelativeLayout, with an attribute of layout_gravity="center"

Basically, research RelativeLayout.

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