GoogleMaps Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
kGMSLayerCameraLatitudeKey
extern NSString *const _Nonnull kGMSLayerCameraLatitudeKey
kGMSLayerCameraLatitudeKey ranges from [-85, 85], and values outside this range will be clamped.
@related GMSMapLayer
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 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003ekGMSLayerCameraLatitudeKey\u003c/code\u003e is a constant string used to specify the latitude of a camera in a \u003ccode\u003eGMSMapLayer\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe valid range for \u003ccode\u003ekGMSLayerCameraLatitudeKey\u003c/code\u003e is from -85 to 85, and any value outside this range will be automatically adjusted to fit within the bounds.\u003c/p\u003e\n"]]],["`kGMSLayerCameraLatitudeKey` is a constant string used in a mapping context. It represents the camera's latitude, which must fall within the range of -85 to 85 degrees. Any latitude values provided outside this range will be automatically adjusted (clamped) to fit within the valid boundaries. This constant relates to the `GMSMapLayer` class.\n"],null,["# GoogleMaps Framework Reference\n\nkGMSLayerCameraLatitudeKey\n==========================\n\n extern NSString *const _Nonnull kGMSLayerCameraLatitudeKey\n\nkGMSLayerCameraLatitudeKey ranges from \\[-85, 85\\], and values outside this range will be clamped.\n\n@related [GMSMapLayer](../Classes/GMSMapLayer.html)"]]