public
abstract
void
onCameraChange(CameraPosition location)
Được gọi sau khi vị trí máy ảnh thay đổi. Trong khi tạo ảnh động, trình nghe này có thể không được thông báo về các vị trí trung gian của máy ảnh. Thuộc tính này luôn được gọi cho vị trí cuối cùng trong ảnh động.
Lệnh này được gọi trên luồng giao diện người dùng Android.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-16 UTC."],[[["`GoogleMap.OnCameraChangeListener` is deprecated and replaced by newer, more specific listeners."],["It provided a callback for camera position changes but is no longer recommended for use."],["Developers should migrate to `GoogleMap.OnCameraMoveStartedListener`, `GoogleMap.OnCameraMoveListener`, and `GoogleMap.OnCameraIdleListener` for finer-grained control over camera events."],["The `onCameraChange` method was called after the camera position changed, including the final position of an animation."]]],[]]