Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Access by calling const {KmlLayerStatus} = await google.maps.importLibrary("maps"). See https://developers.google.com/maps/documentation/javascript/libraries.

Index

Enumeration Members

DOCUMENT_NOT_FOUND: "DOCUMENT_NOT_FOUND"

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

DOCUMENT_TOO_LARGE: "DOCUMENT_TOO_LARGE"

The document exceeds the file size limits of KmlLayer.

FETCH_ERROR: "FETCH_ERROR"

The document could not be fetched.

INVALID_DOCUMENT: "INVALID_DOCUMENT"

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

INVALID_REQUEST: "INVALID_REQUEST"

The KmlLayer is invalid.

LIMITS_EXCEEDED: "LIMITS_EXCEEDED"

The document exceeds the feature limits of KmlLayer.

OK: "OK"

The layer loaded successfully.

TIMED_OUT: "TIMED_OUT"

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

UNKNOWN: "UNKNOWN"

The document failed to load for an unknown reason.

Generated using TypeDoc