I have a MapView in my project where I display a set of items with ItemizedOverlay.
When a user taps one of the items a balloon is displayed over it with some info.
Now, what I am trying to achieve is when changing to the map activity screen have a balloon show up without the user tap the screen... like an initialization, where I make a balloon already visible without user input.