[[["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."],[[["`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)."]]],["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"]]