Enum BusinessStatus
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Common
- Assembly
- GoogleMapsApi.dll
Operational status of a place (business).
public enum BusinessStatus
Fields
[EnumMember(Value = "CLOSED_PERMANENTLY")] ClosedPermanently = 3The establishment is permanently closed.
[EnumMember(Value = "CLOSED_TEMPORARILY")] ClosedTemporarily = 2The establishment is temporarily closed.
[EnumMember(Value = "OPERATIONAL")] Operational = 1The establishment is operational, not closed either temporarily or permanently.
[EnumMember(Value = "BUSINESS_STATUS_UNSPECIFIED")] Unspecified = 0Status unspecified or unknown.