[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-08 UTC."],[[["`GMSBooleanPlaceAttribute` is an enum that describes the state of a place's boolean attribute."],["It has three possible values: `unknown`, `true`, and `false`, indicating whether the attribute is unknown, true, or false, respectively."],["This enum is used to represent boolean attributes of places in the Google Maps SDK for iOS."]]],["`GMSBooleanPlaceAttribute` is an enumeration that defines the status of a place's boolean attribute. It can be `unknown` (not requested or not known), `true` (attribute is true), or `false` (attribute is false). These states are represented by integer values 0, 1, and 2 respectively in both Swift and Objective-C. The attribute can be checked for its presence, its known status, or if the requested value is negative or positive.\n"]]