One way is to disableDoubleClickZoom(), disableDragging(),
disableScrollWheelZoom(), etc. on the GMap2 object, and hide the map
and zoom controls.

Another way is to put an extra DIV on top of the map container, (or
the entire page), with position:absolute, and absorb all mouse events
on that div, not letting them propagate, but that option is general
javascript programming and outside the scope of this group.

--
Marcelo - http://maps.forum.nu
--


On Feb 14, 6:41 pm, Alessio <[email protected]> wrote:
> Hi, I'm developing a gis application based on google maps v2 apis and
> arcgis server extensions.
> Now I'd like to disable the map div while the "query task" is running,
> so that the user can't pan, zoom, ect. the map until the query results
> are returned.
>
> How can I do this? Thank you :-)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.

Reply via email to