[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 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,["GMSPanoramaSource \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 Panoramas of locations either inside or outside. \n\n Declaration \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 Panoramas of locations outside. \n\n Declaration \n Swift \n\n case outside = 1\n\n Objective-C \n\n kGMSPanoramaSourceOutside"]]