[[["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."],[],["This code defines `GMSPlaceResultCallback`, a callback type used for receiving results from place details lookups. It provides a `GMSPlace` object (or nil if an error occurred) and an `NSError` object. The callback is invoked after a place details lookup operation. The `GMSPlacesClient` class utilizes this callback. If a lookup fails, the result will be `nil` and `error` will include details.\n"]]