I have a div that is being drawn on top of the map. Clicks in this div are being interpreted as clicks on the map. Is there a way of either keeping clicks in this div from reaching the map, or of temporarily stopping event handling by the map, while the div is in place?