class MultiLineStringBuilder
A GeoJSON Geometry type comprising a collection of LineStrings.
| fun build(): MultiLineStringCreates a new MultiLineString. | |
| fun withBoundingBox(boundingBox: Optional<BoundingBox>): MultiLineStringBuilderA bounding box enclosing all geometries contained in this {@link GeoJsonObject}. Might be undefined. | 
| fun create(coordinates: List<LineString>?): MultiLineStringBuilderCreates a new instance of MultiLineStringBuilder. |