gurujain / osmbonuspack

Automatically exported from code.google.com/p/osmbonuspack
0 stars 0 forks source link

Dismiss bubble #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Open Activity A with the map 
2. Create a ItemizedOverlayWithBubble for the points
3. Click on a point of the map -> a bubble should appear
4. Click on the button from the bubble and Activity B appears
5. Go back to activity A

What is the expected output? What do you see instead?

The bubble should disapear, it keeps opened. How can I dismiss an opened bubble?

What version of the product are you using?
3.0.8

Please provide any additional information below.

Original issue reported on code.google.com by shinigam...@gmail.com on 24 May 2013 at 2:23

GoogleCodeExporter commented 8 years ago
Call InfoWindow::close() method. 
This is done for instance in DefaultInfoWindow, to close the bubble when the 
user touches it. 

Original comment by mathieu....@gmail.com on 24 May 2013 at 8:54

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 29 May 2013 at 4:07