Returns the geometry at the specified position in list. A negative index counts backwards from the end of the list. If the value is not a geometry, an error will occur.
Usage | Returns |
---|---|
List.getGeometry(index) | Geometry |
Argument | Type | Details |
---|---|---|
this: list | List | |
index | Integer |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!