JMap.Geometry.getBboxFromLine
Returns the line boundary box.
A line array
const line = [[ 10, 12], [12, 23], [34, 12]]// The method will return the line boundary boxconst bbox = JMap.Geometry.getBboxFromLine(line) Copy
const line = [[ 10, 12], [12, 23], [34, 12]]// The method will return the line boundary boxconst bbox = JMap.Geometry.getBboxFromLine(line)
JMap.Geometry.getBboxFromLine
Returns the line boundary box.