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).
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'
orgoogle.maps.places.BusinessStatus.OPERATIONAL
).Access by calling
const {BusinessStatus} = await google.maps.importLibrary("places")
. See https://developers.google.com/maps/documentation/javascript/libraries.