ee.ImageCollection.draw

Paints a vector collection for visualization. Not intended for use as input to other algorithms.

UsageReturns
ImageCollection.draw(color, pointRadius, strokeWidth)Image
ArgumentTypeDetails
this: collectionFeatureCollectionThe collection to draw.
colorStringA hex string in the format RRGGBB specifying the color to use for drawing the features.
pointRadiusInteger, default: 3The radius in pixels of the point markers.
strokeWidthInteger, default: 2The width in pixels of lines and polygon borders.