GoogleMap.OnCameraMoveListener
公用方法
公用抽象
void
onCameraMove
()
重複呼叫,因為攝影機在 onCameraMoveStarted 通話後持續移動。這可能會以每個影格一次呼叫一次,且不應執行昂貴的作業。
系統會在 Android UI 執行緒上呼叫此方法。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-06-16 (世界標準時間)。
[null,null,["上次更新時間:2025-06-16 (世界標準時間)。"],[[["`GoogleMap.OnCameraMoveListener` is an interface to handle camera movement events in Google Maps."],["`onCameraMove()` is a method within this interface, called frequently during camera movement after it starts, and it's crucial to avoid heavy computations within this method."],["The `onCameraMove()` method executes on the Android UI thread, implying that UI updates are safe to perform within this callback."]]],[]]