[[["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.\u003c/p\u003e\n"],["\u003cp\u003eThe bearing value ranges from 0 to 360 degrees, where 0 is north and the values wrap around.\u003c/p\u003e\n"],["\u003cp\u003eThis key is related to the \u003ccode\u003eGMSMapLayer\u003c/code\u003e class for managing map layers.\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,["# GoogleMaps 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)"]]