How to show more than one location in Blackberry MapField?

后端 未结 2 417
情歌与酒
情歌与酒 2020-11-30 13:35

I can able to show one location using co ordinates or longtitude and latitude but i dont know how to show more than one location in the blackberry MapField.If is it possibl

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 13:56

    A valid and probably simpler option would be to use this open source library by Monits https://github.com/Monits/blackberry-commons

    It contains several common functionality found in BB applications and is compatible for BB 4.6.1+

    Among other things, it provides a map field with the ability to add and display markers on top of it, with and without focus, and optionally "open" them. This makes for an API much more alike that found on other smart phones such as iPhone or Android.

    The documentation is pretty good, and the wiki even has a tutorial on how to achieve it https://github.com/Monits/blackberry-commons/wiki/CustomMap

提交回复
热议问题