Have another look at the API documentation. GUnload tidies up the Javascript memory map for ALL the Maps API script to try to prevent memory leakage before closing the host page on the browser (you are using a browser?). All objects should have a close method, but just calling a 'close' on a single map without tidying up all the children can cause the dreaded memory leaks that GUnload is trying to avoid.
If you are just trying to remove them from the display, you can use css to hide that particular map container. A link to your page would be useful. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
