I would like to hide floatShadow Pane & overlayShadow Pane in Google Map API V3.
In V2, I used the following codes to hide them. map.getPane(G_MAP_FLOAT_SHADOW_PANE).style.display = "none"; map.getPane(G_MAP_MARKER_SHADOW_PANE).style.display = "none"; But in V3, I have no idea about hiding some panes from google map. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
