I can't find any way to remove and clean up a Google map when using the V3 API.
I've got it running in an AJAX site so I want to kill it off completely without the page having to be reloaded.
I was hoping for a .unload()
or .deconstruct()
method, but can't seem to find one.
Any thoughts?