/** @return the item currenty showing the bubble, or null if none. */
 public OverlayItem getBubbledItem() {
   if (mBubble.isOpen()) return mItemWithBubble;
   else return null;
 }