[[["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 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eAccessibilityOptions\u003c/code\u003e provides information about a place's accessibility features for people with disabilities.\u003c/p\u003e\n"],["\u003cp\u003eThe struct uses boolean properties to indicate if a place has wheelchair-accessible entrances, parking, restrooms, and seating.\u003c/p\u003e\n"],["\u003cp\u003eEach property is optional (\u003ccode\u003eBool?\u003c/code\u003e), meaning it may not have a value if the information is unavailable.\u003c/p\u003e\n"]]],["The `AccessibilityOptions` struct provides information about a place's accessibility features. It includes boolean properties indicating the presence of: a wheelchair-accessible entrance (`hasWheelchairAccessibleEntrance`), wheelchair-accessible parking (`hasWheelchairAccessibleParking`), a wheelchair-accessible restroom (`hasWheelchairAccessibleRestroom`), and wheelchair-accessible seating (`hasWheelchairAccessibleSeating`). Each property is optional (Bool?) and signifies whether the respective accessibility feature is available at the place.\n"],null,["# GooglePlacesSwift Framework Reference\n\nAccessibilityOptions\n====================\n\n struct AccessibilityOptions\n\nInformation about the accessibility options a place offers.\n- `\n ``\n ``\n `\n\n ### [hasWheelchairAccessibleEntrance](#/s:17GooglePlacesSwift20AccessibilityOptionsV31hasWheelchairAccessibleEntranceSbSgvp)\n\n `\n ` \n Places has wheelchair accessible entrance. \n\n #### Declaration\n\n Swift \n\n let hasWheelchairAccessibleEntrance: Bool?\n\n- `\n ``\n ``\n `\n\n ### [hasWheelchairAccessibleParking](#/s:17GooglePlacesSwift20AccessibilityOptionsV30hasWheelchairAccessibleParkingSbSgvp)\n\n `\n ` \n Place offers wheelchair accessible parking. \n\n #### Declaration\n\n Swift \n\n let hasWheelchairAccessibleParking: Bool?\n\n- `\n ``\n ``\n `\n\n ### [hasWheelchairAccessibleRestroom](#/s:17GooglePlacesSwift20AccessibilityOptionsV31hasWheelchairAccessibleRestroomSbSgvp)\n\n `\n ` \n Place has wheelchair accessible restroom. \n\n #### Declaration\n\n Swift \n\n let hasWheelchairAccessibleRestroom: Bool?\n\n- `\n ``\n ``\n `\n\n ### [hasWheelchairAccessibleSeating](#/s:17GooglePlacesSwift20AccessibilityOptionsV30hasWheelchairAccessibleSeatingSbSgvp)\n\n `\n ` \n Place has wheelchair accessible seating. \n\n #### Declaration\n\n Swift \n\n let hasWheelchairAccessibleSeating: Bool?"]]