GoogleNavigation Framework Reference
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 2024-11-15 UTC.
[null,null,["Last updated 2024-11-15 UTC."],[[["`GMSPanoramaSource` is an enum used to specify the source of a Street View panorama, indicating whether it's indoors, outdoors, or either."],["This API is considered experimental, meaning results might not always be as expected."],["It includes two primary options: `kGMSPanoramaSourceDefault` (for locations inside or outside) and `kGMSPanoramaSourceOutside` (specifically for outdoor locations)."]]],[]]