GMSPlaceOpenStatus
enum GMSPlaceOpenStatus : NSInteger {}
Describes the open status of a place.
-
The place’s open status is unknown.
Declaration
Swift
case unknown = 0
Objective-C
GMSPlaceOpenStatusUnknown
-
The place is open.
Declaration
Swift
case open = 1
Objective-C
GMSPlaceOpenStatusOpen
-
The place is not open.
Declaration
Swift
case closed = 2
Objective-C
GMSPlaceOpenStatusClosed