Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del 15 aprile 2025 devono verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]