LineString.forEachSegment callback description
Include API description of the LineString.forEachSegment callback arguments.
This commit is contained in:
@@ -111,7 +111,7 @@ class LineString extends SimpleGeometry {
|
|||||||
* value immediately. Otherwise the function returns `false`.
|
* value immediately. Otherwise the function returns `false`.
|
||||||
*
|
*
|
||||||
* @param {function(this: S, import("../coordinate.js").Coordinate, import("../coordinate.js").Coordinate): T} callback Function
|
* @param {function(this: S, import("../coordinate.js").Coordinate, import("../coordinate.js").Coordinate): T} callback Function
|
||||||
* called for each segment.
|
* called for each segment. The function will receive two arguments, the start and end coordinates of the segment.
|
||||||
* @return {T|boolean} Value.
|
* @return {T|boolean} Value.
|
||||||
* @template T,S
|
* @template T,S
|
||||||
* @api
|
* @api
|
||||||
|
|||||||
Reference in New Issue
Block a user