开发者

Blackberry app map clickable marker

I am开发者_如何学C 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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜