[[["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."],[[["Creates a rectangular geometry with edges defined by latitude and longitude coordinates, resulting in a planar rectangle in EPSG:4326 projection."],["If the longitudinal difference (east - west) is greater than or equal to 360 degrees, the longitude range is normalized to -180 to +180 degrees; otherwise, the longitudes are treated as points on a circle."],["Accepts west, south, east, and north coordinates as input to define the rectangle's boundaries."],["The south and north coordinates are clamped to -90 and +90 degrees respectively, representing the south and north poles."]]],["Creates a planar rectangle using latitude and longitude values, returning a `Geometry.BBox` in EPSG:4326. Input arguments include `west`, `south`, `east`, and `north` (longitude and latitude). Longitude values are normalized to -180 to +180 if the range exceeds 360. Longitudes are treated as a circle if not exceeding 360. Latitude values are clamped to -90 and +90 if outside of range.\n"]]