Having asked for a google.maps.KmlLayer, and whilst waiting for it to load, is it possible to cancel the request?
Calling layer.setMap(null); seems to causes an error if the layer is not yet visible.
I would like to be able to cancel the request for the layer, then ask for a different layer.
Thanks,
I am using version 3 of the google maps api.