[[["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 rectangular bounds of a given geometry as a Geometry object."],["Accepts optional `maxError` for reprojection tolerance and `proj` for specifying the output projection (defaults to EPSG:4326)."],["Can be applied to MultiPoint geometries to determine their outer boundaries."]]],["The `bounds` method calculates and returns the bounding rectangle of a given geometry. It accepts optional arguments: `maxError` to define the tolerated reprojection error, and `proj` to specify the output projection (defaults to EPSG:4326). When applied to a `MultiPoint` geometry, it returns a `Geometry` representing the bounding box. The example code demonstrates how to apply this to a `MultiPoint` object and visualize both the original and resulting bounding geometries on a map.\n"]]