GoogleMaps Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMSPanoramaCallback
typedef void (^GMSPanoramaCallback)(GMSPanorama *_Nullable, NSError *_Nullable)
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.
@related GMSPanoramaService
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 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,["# GoogleMaps Framework Reference\n\nGMSPanoramaCallback\n===================\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)"]]