Returns a GeoJSON string representation of the geometry.
Usage | Returns |
---|---|
Point.toGeoJSONString() | String |
Argument | Type | Details |
---|---|---|
this: geometry | Geometry | The Geometry instance. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!