[[["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."],[[["`GMSPlaceSearchNearbyResultCallback` is a block type used to handle the results of a nearby place search."],["It provides an array of `GMSPlace` objects representing the search results, or an `NSError` if an error occurred."],["This callback is used in conjunction with the `GMSPlacesClient` for initiating nearby place searches."]]],["The `GMSPlaceSearchNearbyResultCallback` is a callback type used to receive results from a nearby search. It provides an array of `GMSPlace` objects, representing the search results, and an `NSError` object that will be populated if there are any errors. This callback is used in conjunction with `GMSPlacesClient` to retrieve nearby place information.\n"]]