Overrides one or more metadata properties of an Element.
Returns the element with the specified properties overridden.
Usage | Returns |
---|---|
FeatureCollection.set(var_args) | Element |
Argument | Type | Details |
---|---|---|
this: element | Element | The Element instance. |
var_args | VarArgs | Either a dictionary of properties, or a vararg sequence of properties, e.g. key1, value1, key2, value2, ... |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!