[[["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-15 UTC."],[[["`GMSIndoorBuilding` objects represent buildings with multiple levels, organized in a specific display order."],["The `levels` property provides access to an array of `GMSIndoorLevel` objects, representing the building's floors."],["`defaultLevelIndex` indicates the index of the default level within the `levels` array."],["The `underground` property, if true, signifies the building is entirely underground and can be hidden."],["Direct initialization of `GMSIndoorBuilding` is unavailable; it's likely obtained from other Google Maps SDK objects or methods."]]],["GMSIndoorBuilding describes a building with multiple levels. It contains an array of `GMSIndoorLevel` objects in display order from top to bottom, accessible via the `levels` property. The `defaultLevelIndex` property specifies the index of the default level within this array. The `underground` property indicates if the entire building is below ground. The `init` method is unavailable for this class.\n"]]