GoogleNavigation Framework Reference
kGMSLayerPanoramaFOVKey
extern NSString *const _Nonnull kGMSLayerPanoramaFOVKey
kGMSLayerPanoramaFOVKey ranges from 1, 160, default 90.
@related GMSPanoramaLayer
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."],[[["`kGMSLayerPanoramaFOVKey` is a constant string used to set the field of view for a panorama layer."],["The valid range for the field of view is from 1 to 160 degrees, with a default value of 90 degrees."],["This key is used with the `GMSPanoramaLayer` class to control the panorama's perspective."]]],["`kGMSLayerPanoramaFOVKey` is a constant representing the field of view (FOV) for a panorama layer. It's measured in degrees and accepts values between 1 and 160, with 90 being the default. This key is associated with `GMSPanoramaLayer`, which is likely used to configure or retrieve the FOV of a panoramic view in a mapping application. The valid range for this parameter controls the visible scope of the panorama.\n"]]