On Mar 11, 7:42 am, pinku <[email protected]> wrote:
> i am unable to navigate the map after deploying it.
> i have adjusted the <div> tag. only after that it is not allowing me
> to even change
> the views from default to hybrid or satellite. It becomes static. here
> is my code:
Please don't post code. Please post a link.
> <a href="#" onmouseover="initialize('11.160087','73.00415','This is
> the address 2')" onmouseout="GUnload()">place2</a>
You unload the API on mouseout. Once you've done that it won't work
any more.
Put GUnload in an onunload attribute in your body tag, nowhere else.
Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---