Rectangle Geographic Area
Constructs a RectangleGeographicArea object with minimum and maximum latitudes and longitudes.
Parameters
min Lat
Minimum latitude of the rectangle.
max Lat
Maximum latitude of the rectangle.
min Lon
Minimum longitude of the rectangle.
max Lon
Maximum longitude of the rectangle. Ensures that the coordinates form a valid rectangle by sorting the inputs.
Constructs a RectangleGeographicArea object from top-left and bottom-right coordinates.
Parameters
top Left
Coordinates of the top-left corner.
bottom Right
Coordinates of the bottom-right corner. Ensures that the coordinates form a valid rectangle.
Constructs a RectangleGeographicArea object from center coordinates and horizontal/vertical radii.
Parameters
coords
Center coordinates of the rectangle.
horiz Radius
Horizontal radius in meters.
vert Radius
Vertical radius in meters.