AI-generated Key Takeaways
-
GMSPanoramaSource
is 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:
kGMSPanoramaSourceDefault
for panoramas inside or outside andkGMSPanoramaSourceOutside
for 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.
Declaration
Swift
case `default` = 0
Objective-C
kGMSPanoramaSourceDefault = 0
-
Panoramas of locations outside.
Declaration
Swift
case outside = 1
Objective-C
kGMSPanoramaSourceOutside