[[["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 2024-11-15 UTC."],[[["`GMSMutableCameraPosition` is a mutable version of `GMSCameraPosition`, allowing for modification of camera properties."],["It provides properties to control the camera's target location (`target`), zoom level (`zoom`), bearing/rotation (`bearing`), and viewing angle (`viewingAngle`)."],["Developers can use this class to dynamically adjust the camera's perspective within a map view."]]],["`GMSMutableCameraPosition` is a mutable version of `GMSCameraPosition`. It allows modification of camera properties. Key actions include setting the `target` location using `CLLocationCoordinate2D`, adjusting the `zoom` level with a float value, changing the `bearing` direction using `CLLocationDirection`, and setting the `viewingAngle` with a double value. Each property can be get and set in both Swift and Objective-C.\n"]]