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."],[[["\u003cp\u003e\u003ccode\u003eGMSPanoramaCallback\u003c/code\u003e is a block type used when panorama metadata becomes available.\u003c/p\u003e\n"],["\u003cp\u003eWhen successful, the callback provides a \u003ccode\u003eGMSPanorama\u003c/code\u003e object; otherwise, it returns an \u003ccode\u003eNSError\u003c/code\u003e object, indicating an error.\u003c/p\u003e\n"],["\u003cp\u003eThis callback is typically used with \u003ccode\u003eGMSPanoramaService\u003c/code\u003e to retrieve panoramic images.\u003c/p\u003e\n"]]],[],null,["GMSPanoramaCallback \n\n typedef void (^GMSPanoramaCallback)(../Classes/GMSPanorama.html *_Nullable, NSError *_Nullable)\n\nCallback for when a panorama metadata becomes available.\nIf an error occurred, `panorama` is nil and `error` is not nil.\nOtherwise, `panorama` is not nil and `error` is nil.\n\n@related [GMSPanoramaService](../Classes/GMSPanoramaService.html)"]]