[[["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-10-31 UTC."],[],["`CameraUpdate` objects modify a map's camera. Utilize `GoogleMap.animateCamera()` or `GoogleMap.moveCamera()` with a `CameraUpdate` instance to enact changes. Acquire `CameraUpdate` objects through the `CameraUpdateFactory`. For instance, `CameraUpdateFactory.zoomIn()` creates a zoom-in camera update, which can be applied with `map.animateCamera()`. Further details can be found in the \"Camera and View\" developer guide. `CameraUpdate` inherits methods from the `Object` class, including `equals`, `getClass`, and `toString`.\n"]]