OSMDroid 和 OpenStreetMapViewItemizedOverlay

发布于 2024-10-08 18:46:41 字数 259 浏览 3 评论 0原文

我在我的应用程序中使用 OSMDroid。一切都很好,但并非一切都清楚。

将使用 OpenStreetMapViewItemizedOverlay 或 (OpenStreetMapViewItemizedOverlayWithFocus)。

如果用户单击此叠加层中的某个项目,则会出现一个带有项目标题的小弹出窗口 和描述。

有谁知道,如果用户点击,如何实现点击侦听器 在那个弹出窗口上?

我还没有找到任何方法,我将非常感谢 任何建议或链接。

I'm using in my application OSMDroid. Everything works nice, but not everything is clear.

OpenStreetMapViewItemizedOverlay or (OpenStreetMapViewItemizedOverlayWithFocus) will be used.

If the user clicks on an item from this overlay, a small pop-up occurs with item's title
and description.

Does anybody know, how to implement click-listener if the user clicks
on that pop-up?

I haven't found any methods for that and I'll be very thankfull for
any suggestion or link.

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

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

发布评论

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

评论(1

风柔一江水 2024-10-15 18:46:41

据我所知,OSMDroid 使用与 google 相同的 API。 Google 的 ItemizedOverlay 有两个方法 onTap(GeoPoint p, MapView mapView)onTap(int index),它们都

“处理项目上的“点击””

并且必须被覆盖。

看看这里:http: //code.google.com/intl/de-DE/android/add-ons/google-apis/reference/index.html

As far as I know OSMDroid uses same API as google. Google's ItemizedOverlay has two methods onTap(GeoPoint p, MapView mapView) and onTap(int index) which both

"handle a "tap" on an item"

and must be overwritten.

Have a look here: http://code.google.com/intl/de-DE/android/add-ons/google-apis/reference/index.html

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