On Jan 7, 4:03 am, Luiz Henrique <[email protected]> wrote:
> This is my code, i'm trying to remove overlay after a click in
> openwindowinfohtml, but is not working,
Prove it with a link to a map that shows the problem.
> anybody can help me?
>
Remove the "var" from this line:
var map = new GMap2(document.getElementById("map"));
(that makes that particular version of the "map" variable local to the
"load" function, so it is not available in the global context where
the html click handler function runs)
http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines
http://groups.google.com/group/google-maps-api/web/why-including-a-link-is-critical
-- Larry
>
> Please!
>
> I tried several alternatives and friends to help me, but not
> sucessful...
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" 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.