[[["わかりやすい","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-07-26 UTC。"],[[["`Map.onChangeZoom()` registers a callback function that is triggered when the map's zoom level is changed."],["The provided callback function receives the updated zoom level and the map widget instance as arguments."],["Calling `Map.onChangeZoom()` returns a unique ID that can be used with `unlisten()` to remove the registered callback."]]],["A callback function is registered to trigger when the map's zoom level changes. This function, `onChangeZoom(callback)`, returns a unique ID string. This ID is used to remove the callback with `unlisten()`. The registered callback receives two arguments: the new zoom level and the map widget, when triggered by a zoom change event.\n"]]