Table of Contents

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 = 3

The establishment is permanently closed.

[EnumMember(Value = "CLOSED_TEMPORARILY")] ClosedTemporarily = 2

The establishment is temporarily closed.

[EnumMember(Value = "OPERATIONAL")] Operational = 1

The establishment is operational, not closed either temporarily or permanently.

[EnumMember(Value = "BUSINESS_STATUS_UNSPECIFIED")] Unspecified = 0

Status unspecified or unknown.