Usage | Returns |
---|---|
Image.paint(featureCollection, color, width) | Image |
Argument | Type | Details |
---|---|---|
this: image | Image | The image on which the collection is painted. |
featureCollection | FeatureCollection | The collection painted onto the image. |
color | Object, default: 0 | Either the name of a color property or a number. |
width | Object, default: null | Either the name of a line-width property or a number. |