Extract a property from a feature.
Usage | Returns |
---|---|
ImageCollection.get(property) |
Argument | Type | Details |
---|---|---|
this: object | Element | The feature to extract the property from. |
property | String | The property to extract. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!