I would find this very useful... I have a map with many markers, and don't want them all to appear when I go into streetview - but at the moment my only option is to loop through each and do setMap(null) to disable, or setMap(map) to reneabale - which is slow (especially in IE). It would be much nices simple to show or hide the element containing the markers as needed.
Talking of streetview, I notice that in another thread someone has noticed that in IE the "x" in the top-right of the streetview window vanishes, so you can't get out of it. Someone responded to say it had been fixed and would be available with the next release - any idea when these releases are made? On May 30, 3:13 pm, Thet Wai <[email protected]> wrote: > 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.
