[[["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 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)"]]