Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["`ImageCollection.getMap` facilitates the mosaicking of an ImageCollection into a single image, returning a map ID for use in Google Maps overlays."],["The function can be used synchronously or asynchronously, with an optional callback function for asynchronous operations."],["A map ID and an optional token are returned, which can be utilized with `ee.data.getTileUrl` or `ui.Map.addLayer` for further processing or visualization."],["Visualization parameters can be customized using the optional `visParams` argument."]]],["This imperative function, applied to an `ImageCollection`, generates a map ID (mapid) suitable for Google Maps overlays. It mosaics the collection into a single image and returns the mapid, potentially with a token, for use with `ee.data.getTileUrl` or `ui.Map.addLayer`. The function accepts optional visualization parameters (`visParams`) and an optional callback for asynchronous execution; if no callback is provided, the call is synchronous. The function return type can be a `MapId` or an `Object`.\n"]]