Page Summary
-
GMSPanoramaSourceis 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) andkGMSPanoramaSourceOutside(specifically for outdoor locations).
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
Swift
case `default` = 0Objective-C
kGMSPanoramaSourceDefault = 0 -
Panoramas of locations outside.
Declaration
Swift
case outside = 1Objective-C
kGMSPanoramaSourceOutside