GoogleNavigation Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
kGMSLayerCameraBearingKey
extern NSString *const _Nonnull kGMSLayerCameraBearingKey
kGMSLayerCameraBearingKey ranges from [0, 360), and values are wrapped.
@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\u003ekGMSLayerCameraBearingKey\u003c/code\u003e is a constant string used to specify the bearing of a camera on a map layer.\u003c/p\u003e\n"],["\u003cp\u003eThis key's values range from 0 to 360 degrees, representing the direction the camera is facing, with values wrapping around.\u003c/p\u003e\n"],["\u003cp\u003eIt's associated with the \u003ccode\u003eGMSMapLayer\u003c/code\u003e class and is used to control the camera's perspective.\u003c/p\u003e\n"]]],["`kGMSLayerCameraBearingKey` is a constant string key used in relation to `GMSMapLayer`. It represents the camera's bearing, which ranges from 0 to 360 degrees. The values associated with this key are wrapped, meaning that if a value exceeds 360, it will wrap back around, ensuring it stays within the specified range. It is defined as a non-null external string constant.\n"],null,["# GoogleNavigation Framework Reference\n\nkGMSLayerCameraBearingKey\n=========================\n\n extern NSString *const _Nonnull kGMSLayerCameraBearingKey\n\nkGMSLayerCameraBearingKey ranges from \\[0, 360), and values are wrapped.\n\n@related [GMSMapLayer](../Classes/GMSMapLayer.html)"]]