黑莓应用程序地图可点击标记

发布于 2024-12-08 18:15:57 字数 114 浏览 1 评论 0原文

我正在考虑开发一个基于 BB 提供的地图的 BB 应用程序。 诀窍是我需要地图上的标记是可点击的。 我做了一些研究,很多人都说这是不可能的。 有没有人这样做过,以便他能指出我正确的方向?

提前致谢。

I am thinking about developing a BB app that is based on maps provided by BB.
The trick is that I need the markers on the map to be clickable.
I did a little research and a lot of people are saying that this is not possible.
Has anyone done it so he can point me to the right direction?

Thanks in advance.

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

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

发布评论

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

评论(1

不可一世的女人 2024-12-15 18:15:57

http://www.wikitude.com ->这个应用程序可以。

您可以扩展 MapField 类,然后在类内部处理与标记的交互(应该重写 Paint() 和 touchEvent())。

或者最终,与许多 UI 类一样,您可以通过将它们绘制在位图上并在屏幕上渲染之前对其进行操作来完成“不可能”的事情。

http://www.wikitude.com -> this application does.

You can extend the MapField class, and then handle the interaction with your markers internally in your class (paint() and touchEvent() should be overridden).

Or eventually, as with many UI-classes, you can do "impossible" things just by painting them on a Bitmap, and manipulating it before rendering on screen.

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