Currently, the panes are only accessible using OverlayView:
http://code.google.com/apis/maps/documentation/javascript/reference.html#OverlayView
<http://code.google.com/apis/maps/documentation/javascript/reference.html#OverlayView>

On Mon, May 31, 2010 at 12:13 AM, 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]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
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.

Reply via email to