In my application, I'm capturing Click and MouseDown events to do tasks. The problem comes in when the user clicks to close a balloon.
My app starts off with the lat/lng of the click and proceeds to put another marker down where the user clicked on the map.
How do I tell if they clicked the Balloon, instead of clicking the map itself??
Thanks.
--Jerry