Stay organized with collections
Save and categorize content based on your preferences.
Constructs a rectangle whose edges are lines of latitude and longitude.
The result is a planar WGS84 rectangle.
If (east - west) ≥ 360 then the longitude range will be normalized to -180 to +180; otherwise they will be treated as designating points on a circle (e.g., east may be numerically less than west).
[[["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-07-13 UTC."],[[["Creates a rectangular geometry using latitude and longitude coordinates, representing a planar area in WGS84."],["The longitude range is normalized to -180 to +180 if it spans 360 degrees or more; otherwise, it's treated as a circular range."],["Input coordinates for the bounding box include west, south, east, and north, with adjustments made for values exceeding latitude limits."]]],[]]