| com.tencent.tencentmap.mapsdk.maps.model.BubbleGroup |
This interface is deprecated.
从4.3.5版本起,标记废弃
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | INVALID_BUBBLE_ID | 标记无效的bubble id | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract int |
addBubble(BubbleOptions options)
添加一个气泡
| ||||||||||
| abstract void |
clearBubbleGroup()
清空多气泡组
| ||||||||||
| abstract boolean |
containsBubble(int id)
根据id查找气泡
| ||||||||||
| abstract List<Integer> |
getBubbleIds()
得到多气泡的id组
| ||||||||||
| abstract boolean |
remove(int id)
根据气泡id,移除一个气泡
| ||||||||||
| abstract boolean |
updateBubble(int id, BubbleOptions options)
更新一个气泡
| ||||||||||
标记无效的bubble id
清空多气泡组
根据id查找气泡
| id | 气泡id |
|---|
得到多气泡的id组
根据气泡id,移除一个气泡
| id | 需要移除气泡id |
|---|
更新一个气泡
| id | 需要更新气泡的id; 若id不存在则返回false |
|---|---|
| options | 更新的BubbleOptions |