geos.finishGEOS() ⇒ void ⏏
Cleans up GEOS and releases any allocated resources.
Kind: Exported function
See: https://libgeos.org/doxygen/geos__c_8h.html#a9a6f9f0b3a4c1a2e7c1d0e4e1b3a2c5d
Example
js
import initGeosJs from 'geos-wasm'
const geos = await initGeosJs()
geos.finishGEOS()
// GEOS is now cleaned up and cannot be used until initialized againgeos.finishGEOS_r ⇒ null ⏏
null ⏏Deprecated
Kind: global property of geos
Returns: null - void
| Param | Type | Description |
|---|---|---|
| handle | GEOSContextHandle_t | - |