GooglePlaces Framework Reference
GMSOpenNowStatus
enum GMSOpenNowStatus : NSInteger {}
Describes the current open status of a place.
-
Declaration
Objective-C
GMSOpenNowStatusYes
-
The place is not open now.
Declaration
Objective-C
GMSOpenNowStatusNo
-
Whether the place is open now is unknown.
Declaration
Objective-C
GMSOpenNowStatusUnknown
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-08 UTC.
[null,null,["Last updated 2024-11-08 UTC."],[[["`GMSOpenNowStatus` is an enum used to describe if a place is currently open."],["It has three possible states: `yes`, `no`, and `unknown`, indicating whether a place is open, closed, or if its status is unknown."],["These states are represented by the integer values 0, 1, and 2 respectively, for use in both Swift and Objective-C."]]],[]]