Options
All
  • Public
  • Public/Protected
  • All
Menu

The operational status of the Place, if it is a business, returned in a PlaceResult (indicates whether the place is operational, or closed either temporarily or permanently). Specify these by value, or the constant's name (example: 'OPERATIONAL' or google.maps.places.BusinessStatus.OPERATIONAL).

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

Index

Enumeration Members

CLOSED_PERMANENTLY: "CLOSED_PERMANENTLY"

The business is closed permanently.

CLOSED_TEMPORARILY: "CLOSED_TEMPORARILY"

The business is closed temporarily.

OPERATIONAL: "OPERATIONAL"

The business is operating normally.

Generated using TypeDoc