[[["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."],[[["`GMSReverseGeocodeResponse` stores the results from a reverse geocode request, which translates coordinates into addresses."],["It provides access to the first result using `firstResult()` and an array of all results via `results()`."],["Both `firstResult()` and `results()` can return nil or an empty array if the reverse geocode request yielded no results."],["The results themselves are represented by `GMSAddress` objects containing detailed address information."]]],[]]