GoogleNavigation 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."],[],["The core content defines the `GMSPanoramaSource` enum, which specifies the source of a Street View Panorama. It outlines two source types: `kGMSPanoramaSourceDefault` (0), representing panoramas of locations both inside and outside, and `kGMSPanoramaSourceOutside` (1), representing panoramas of locations outside only. This API is experimental. The enum uses numerical values in Objective-C and a case format in Swift to identify its source types.\n"],null,[]]