Returns the serialized representation of this object.
Usage | Returns |
---|---|
MultiLineString.serialize(legacy) | String |
Argument | Type | Details |
---|---|---|
this: geometry | Geometry | The Geometry instance. |
legacy | Boolean, optional | Enables legacy format. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!