Returns the list of geometries in a GeometryCollection, or a singleton list of the geometry for single geometries.
Usage | Returns |
---|---|
Geometry.geometries() | List |
Argument | Type | Details |
---|---|---|
this: geometry | Geometry |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!