Stay organized with collections Save and categorize content based on your preferences.
GMSPanoramaLayerGMSPanoramaLayer
is a custom subclass of CALayer, provided as the layer class on GMSPanoramaView
. This layer should not be instantiated directly.
Swift
var cameraHeading: CLLocationDirection { get set }
Objective-C
@property(nonatomic) CLLocationDirection cameraHeading
Swift
var cameraPitch: Double { get set }
Objective-C
@property(nonatomic) double cameraPitch
Swift
var cameraZoom: Float { get set }
Objective-C
@property(nonatomic) float cameraZoom
Swift
var cameraFOV: Double { get set }
Objective-C
@property(nonatomic) double cameraFOV
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-15 UTC.
[[["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 for displaying panoramas and is accessed through `GMSPanoramaView`."],["It should not be directly instantiated but is automatically used within `GMSPanoramaView`."],["This layer provides properties for controlling the panorama's viewpoint, including `cameraHeading`, `cameraPitch`, `cameraZoom`, and `cameraFOV`."],["These properties allow developers to adjust 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"]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4