Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.25 KB

KmlLayerStatus.md

File metadata and controls

46 lines (24 loc) · 1.25 KB

See html formatted version

KmlLayerStatus constants

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

undefined

The document could not be found. Most likely it is an invalid URL, or the document is not publicly available.

undefined

The document exceeds the file size limits of KmlLayer.

undefined

The document could not be fetched.

undefined

The document is not a valid KML, KMZ or GeoRSS document.

undefined

The KmlLayer is invalid.

undefined

The document exceeds the feature limits of KmlLayer.

undefined

The layer loaded successfully.

undefined

The document could not be loaded within a reasonable amount of time.

undefined

The document failed to load for an unknown reason.