本文介绍了如何显示在以上一MapActivity标记气球?是不是有一个小部件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不明白了,我为什么要code就说这么多吧。就像,我不想计较...

I dont get the point, why I have to code so much for it. Like, I dont want to care about...

  • 气球的位置(我只是想指定的GeoPoint)
  • 的基本气球的布局(后来我可能要实现一个基于XML的布局)
  • 所示的数气球(每次只显示一个)
  • 打开/关闭气球的行为(接近,当其他bollon的标签)
  • the position of the balloon (I just want to assign a geopoint)
  • the layout of a basic balloon (Later on I might want to implement a xml based layout)
  • the number of shownballoons (only display one at a time)
  • the open/closebehaviour of the balloon (close, when an other bollon is tabbed)

更新

解决了这个问题!请参阅下面...

Solved it! See my answer below...

推荐答案

这里是缺少插件......

  • Balloons without icons:https://github.com/jgilfelt/android-mapviewballoons#readme

带图标气球(延伸杰夫Gilfelt的项目):(离线,看评论这个答案)

Balloons with icons (extends JeffGilfelt's project): (Offline, see comments to this answer)

这篇关于如何显示在以上一MapActivity标记气球?是不是有一个小部件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 20:02