Returns the elements of a collection as a list.
Usage | Returns |
---|---|
ImageCollection.toList(count, offset) | List |
Argument | Type | Details |
---|---|---|
this: collection | FeatureCollection | The input collection to fetch. |
count | Integer | The maximum number of elements to fetch. |
offset | Integer, default: 0 | The number of elements to discard from the start. If set, (offset + count) elements will be fetched and the first offset elements will be discarded. |