GoogleMaps Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
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.
Declaration
Objective-C
kGMSPanoramaSourceDefault = 0
-
Panoramas of locations outside.
Declaration
Objective-C
kGMSPanoramaSourceOutside
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\u003eGMSPanoramaSource\u003c/code\u003e is an enum used to specify the source of a Street View panorama.\u003c/p\u003e\n"],["\u003cp\u003eThis API is experimental and may not always produce expected results.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two options: \u003ccode\u003ekGMSPanoramaSourceDefault\u003c/code\u003e for panoramas inside or outside and \u003ccode\u003ekGMSPanoramaSourceOutside\u003c/code\u003e for panoramas exclusively outside.\u003c/p\u003e\n"]]],[],null,["# GoogleMaps Framework Reference\n\nGMSPanoramaSource\n=================\n\n enum GMSPanoramaSource : NSUInteger {}\n\nSource types for Panoramas. Used to specify the source of a StreetView Panorama.\n\nThis API is experimental. Results may not always match expectations.\n- `\n ``\n ``\n `\n\n ### [kGMSPanoramaSourceDefault](#/c:@E@GMSPanoramaSource@kGMSPanoramaSourceDefault)\n\n `\n ` \n Panoramas of locations either inside or outside. \n\n #### Declaration\n\n Swift \n\n case `default` = 0\n\n Objective-C \n\n kGMSPanoramaSourceDefault = 0\n\n- `\n ``\n ``\n `\n\n ### [kGMSPanoramaSourceOutside](#/c:@E@GMSPanoramaSource@kGMSPanoramaSourceOutside)\n\n `\n ` \n Panoramas of locations outside. \n\n #### Declaration\n\n Swift \n\n case outside = 1\n\n Objective-C \n\n kGMSPanoramaSourceOutside"]]