Callback for when a panorama metadata becomes available.
If an error occurred, panorama is nil and error is not nil.
Otherwise, panorama is not nil and error is nil.
[[["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."],[[["`GMSPanoramaCallback` is a block type used to handle the result of an asynchronous panorama request."],["It provides a `GMSPanorama` object containing the panorama data if the request is successful, otherwise an `NSError` object is provided."],["If an error occurs, the `panorama` parameter will be `nil`, and the `error` parameter will contain details about the failure."]]],[]]