AI-generated Key Takeaways
- 
          GMSPanoramaSourceis an enum used to specify the source of a Street View panorama.
- 
          This API is experimental and may not always produce expected results. 
- 
          It includes two options: kGMSPanoramaSourceDefaultfor panoramas inside or outside andkGMSPanoramaSourceOutsidefor panoramas exclusively outside.
GMSPanoramaSource
enum GMSPanoramaSource : NSUInteger {}Source types for Panoramas. Used to specify the source of a StreetView Panorama.
This API is experimental. Results may not always match expectations.
- 
                  
                  Panoramas of locations either inside or outside. DeclarationSwift case `default` = 0Objective-C kGMSPanoramaSourceDefault = 0
- 
                  
                  Panoramas of locations outside. DeclarationSwift case outside = 1Objective-C kGMSPanoramaSourceOutside