GMSOpenNowStatus
enum GMSOpenNowStatus : NSInteger {}Describes the current open status of a place.
- 
                  
                  
The place is open now.
Declaration
Swift
case yes = 0Objective-C
GMSOpenNowStatusYes - 
                  
                  
The place is not open now.
Declaration
Swift
case no = 1Objective-C
GMSOpenNowStatusNo - 
                  
                  
Whether the place is open now is unknown.
Declaration
Swift
case unknown = 2Objective-C
GMSOpenNowStatusUnknown