[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-21 UTC."],[[["`CameraUpdate` objects define camera movements for Google Maps, used to change the map's view."],["You can apply these camera updates using methods like `animateCamera` and `moveCamera` on a `GoogleMap` object."],["To create `CameraUpdate` instances, utilize the `CameraUpdateFactory` class, providing various camera manipulation options."],["Refer to the \"Camera and View\" developer guide for detailed information on camera functionalities in Google Maps Android API."]]],["`CameraUpdate` defines camera movements on a map. Modify the camera using `animateCamera` or `moveCamera`, providing a `CameraUpdate` object. Obtain this object via the `CameraUpdateFactory`. For instance, use `CameraUpdateFactory.zoomIn()` to zoom in on the map via `animateCamera`. Additional details can be found in the \"Camera and View\" developer guide. Inherited methods include `equals`, `getClass`, `hashCode`, `notify`, `notifyAll`, `toString`, and `wait`.\n"]]