Function: getPointAlongPolyline()
getPointAlongPolyline(
polyline
,offset
):Vector
Computes position at the specified offset
along a linear line geometry
relative to the start of the line.
If offset
value is less than 0 or greater than line geometry length,
the the first or last point of the line will be returned correspondingly.
Parameters
Parameter | Type |
---|---|
| readonly |
|
|