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