Options
All
  • Public
  • Public/Protected
  • All
Menu

The status returned by the PlacesService on the completion of its searches. Specify these by value, or by using the constant's name. For example, 'OK' or google.maps.places.PlacesServiceStatus.OK.

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

Index

Enumeration Members

INVALID_REQUEST: "INVALID_REQUEST"

This request was invalid.

NOT_FOUND: "NOT_FOUND"

The place referenced was not found.

OK: "OK"

The response contains a valid result.

OVER_QUERY_LIMIT: "OVER_QUERY_LIMIT"

The application has gone over its request quota.

REQUEST_DENIED: "REQUEST_DENIED"

The application is not allowed to use the PlacesService.

UNKNOWN_ERROR: "UNKNOWN_ERROR"

The PlacesService request could not be processed due to a server error. The request may succeed if you try again.

ZERO_RESULTS: "ZERO_RESULTS"

No result was found for this request.

Generated using TypeDoc