[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-21 UTC。"],[[["`GoogleMap.CancelableCallback` is an interface used for receiving updates on the status of a task."],["It provides two methods: `onCancel()` called when a task is canceled and `onFinish()` called when a task is successfully completed."]]],["The `GoogleMap.CancelableCallback` interface provides a way to track the status of a task. It features two methods: `onCancel()` and `onFinish()`. The `onCancel()` method is invoked when the task is canceled. The `onFinish()` method is invoked upon the task's completion. These methods serve as callbacks to report task status.\n"]]