I've got some Javascript/HTML code which displays a variable number of maps dependent on what the user selects.
I've worked how to dynamically create multiple maps on a page - that's well documented.
However, what I'm not so sure on is... how can I safely destroy a map after it's been created - normally I just leave this to GUnload() to sort out.
Thanks for any help!