OpenLayers. Geometry. MultiLineString

A MultiLineString is a geometry with multiple OpenLayers.Geometry.LineString components.

Inherits from

Summary
A MultiLineString is a geometry with multiple OpenLayers.Geometry.LineString components.
Constructor for a MultiLineString Geometry.
{String} Name of class.

Functions

OpenLayers. Geometry. MultiLineString

Constructor for a MultiLineString Geometry.

Parameters

components{Array(OpenLayers.Geometry.LineString)}

Return

{OpenLayers.Geometry.MultiLineString} A new MultiLineString geometry

Constants

CLASS_NAME

{String} Name of class.

A LineString is a Curve which, once two points have been added to it, can never be less than two points long.
A Collection is exactly what it sounds like: A collection of different Geometries.
A Geometry is a description of a geographic object.
Constructor for a MultiLineString Geometry.