Extract properties from a feature as a dictionary.
Usage | Returns |
---|---|
Image.toDictionary(properties) | Dictionary |
Argument | Type | Details |
---|---|---|
this: element | Element | The feature to extract the property from. |
properties | List, default: null | The list of properties to extract. Defaults to all non-system properties. |
JavaScript
// Your example goes here!
Python
# Your example goes here!