New basemap styling is coming soon to Google Maps Platform. This update to map styling includes a new default color palette, modernized pins, and improvements to map experiences and usability. All map styles will be automatically updated in March 2025. For more information on availability and how to opt in earlier, see
New map style for Google Maps Platform.
GoogleMaps Framework Reference
GMSPanoramaLayer
GMSPanoramaLayer
is a custom subclass of CALayer, provided as the layer class on
GMSPanoramaView
. This layer should not be instantiated directly.
-
Declaration
Swift
var cameraHeading: CLLocationDirection { get set }
Objective-C
@property(nonatomic) CLLocationDirection cameraHeading
-
Declaration
Swift
var cameraPitch: Double { get set }
Objective-C
@property(nonatomic) double cameraPitch
-
Declaration
Swift
var cameraZoom: Float { get set }
Objective-C
@property(nonatomic) float cameraZoom
-
Declaration
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.
[null,null,["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."]]],[]]