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 when panorama metadata becomes available."],["When successful, the callback provides a `GMSPanorama` object; otherwise, it returns an `NSError` object, indicating an error."],["This callback is typically used with `GMSPanoramaService` to retrieve panoramic images."]]],[]]