[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-05 UTC."],[[["Returns the bounding rectangle (Geometry) that encompasses the input geometry."],["Accepts optional `maxError` for reprojection tolerance and `proj` to specify the output projection (defaults to EPSG:4326)."],["Can be applied to any Geometry object to determine its outer boundaries."]]],["The `bounds()` method returns the bounding rectangle of a given geometry. It accepts optional `maxError` and `proj` arguments. `maxError` defines the tolerance for reprojection errors, while `proj` specifies the desired output projection; otherwise, EPSG:4326 is used. A `LineString` geometry's bounds are demonstrated in examples using JavaScript and Python code, displaying the input geometry and its resulting bounding box on a map.\n"]]