google.maps.KmlLayerStatus constants
The status returned by KmlLayer on the completion of loading a document. Specify these by value, or by using the constant's name. For example, 'OK' or google.maps.KmlLayerStatus.OK.
Constants
The document could not be found. Most likely it is an invalid URL, or the document is not publicly available.
The document exceeds the file size limits of KmlLayer.
The document could not be fetched.
The document is not a valid KML, KMZ or GeoRSS document.
The KmlLayer is invalid.
The document exceeds the feature limits of KmlLayer.
The layer loaded successfully.
The document could not be loaded within a reasonable amount of time.
The document failed to load for an unknown reason.