GMSBooleanPlaceAttribute
enum GMSBooleanPlaceAttribute : NSInteger {}
Describes whether a place’s boolean attribute is available or not.
-
The place’s attribute has not been requested yet, or not known.
Declaration
Swift
case unknown = 0
Objective-C
GMSBooleanPlaceAttributeUnknown
-
The place’s attribute is True.
Declaration
Swift
case `true` = 1
Objective-C
GMSBooleanPlaceAttributeTrue
-
The place’s attribute is False.
Declaration
Swift
case `false` = 2
Objective-C
GMSBooleanPlaceAttributeFalse