Options
All
  • Public
  • Public/Protected
  • All
Menu

The status returned by the ElevationService upon completion of an elevation request. Specify these by value, or by using the constant's name. For example, 'OK' or google.maps.ElevationStatus.OK.

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

Index

Enumeration Members

INVALID_REQUEST: "INVALID_REQUEST"

The request was invalid.

OK: "OK"

The request did not encounter any errors.

OVER_QUERY_LIMIT: "OVER_QUERY_LIMIT"

The webpage has gone over the requests limit in too short a period of time.

REQUEST_DENIED: "REQUEST_DENIED"

The webpage is not allowed to use the elevation service.

UNKNOWN_ERROR: "UNKNOWN_ERROR"

The elevation request could not be successfully processed, yet the exact reason for the failure is not known.

Generated using TypeDoc