[[["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."],[[["`GMSPanoramaLayer` is a custom subclass of `CALayer` used as the layer class for `GMSPanoramaView`."],["It is not intended to be instantiated directly but is accessed through `GMSPanoramaView`."],["This layer provides properties like `cameraHeading`, `cameraPitch`, `cameraZoom`, and `cameraFOV` to control the viewpoint of the panorama."],["These properties allow developers to adjust the direction, angle, zoom level, and field of view of the displayed panorama."],["By manipulating these properties, developers can customize the user's perspective within the panoramic scene."]]],["`GMSPanoramaLayer` is a subclass of CALayer, used as the layer class on `GMSPanoramaView`. It should not be created directly. Key actions involve setting properties: `cameraHeading` (a `CLLocationDirection`), `cameraPitch` (a `Double`), `cameraZoom` (a `Float`), and `cameraFOV` (a `Double`). These properties are available for both Swift and Objective-C, allowing adjustment of the panorama's view.\n"]]