ee.ImageCollection.getMapId

An imperative function that returns a map ID via a synchronous AJAX call.

This mosaics the collection to a single image and return a map ID suitable for building a Google Maps overlay.

Returns returns a map ID and optional token, which may be passed to ee.data.getTileUrl or ui.Map.addLayer. Undefined if a callback was specified.

UsageReturns
ImageCollection.getMapId(visParams, callback)MapId|Object
ArgumentTypeDetails
this: imagecollectionImageCollectionThe ImageCollection instance.
visParamsObject, optionalThe visualization parameters.
callbackFunction, optionalAn async callback. If not supplied, the call is made synchronously.