The dojox.geo.openlayers.LineString geometry. This geometry holds an array
of coordinates.
| Parameter | Type | Description |
|---|---|---|
| coords | Object | Coordinates of the geometry. {x: |
See the dojox/geo/openlayers/LineString reference documentation for more information.
The coordinates of the geometry, Object like {x, y} or Array.
Gets the points of this geometry.
The points of this geometry.
Sets the points for this geometry.
| Parameter | Type | Description |
|---|---|---|
| p | Object[] | An array of {x, y} objects |