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