GMSPlacesBusinessStatus
enum GMSPlacesBusinessStatus : NSInteger {}
Describes the business status of a place.
-
The business status is not known.
Declaration
Swift
case unknown = 0
Objective-C
GMSPlacesBusinessStatusUnknown
-
The business is operational.
Declaration
Swift
case operational = 1
Objective-C
GMSPlacesBusinessStatusOperational
-
The business is closed temporarily.
Declaration
Swift
case closedTemporarily = 2
Objective-C
GMSPlacesBusinessStatusClosedTemporarily
-
The business is closed permanently.
Declaration
Swift
case closedPermanently = 3
Objective-C
GMSPlacesBusinessStatusClosedPermanently