[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]