Class Query.GeoRegion.Rectangle (5.0.3)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class Query.GeoRegion.Rectangle extends Query.GeoRegion
A simple geographical region bounded by two latitude lines, and two longitude lines, i.e., a
"rectangle". It's not really a rectangle, of course, because longitude lines are not really
parallel.
Intended for use in a geo-containment predicate filter.
Constructors
Rectangle(GeoPt southwest, GeoPt northeast)
public Rectangle(GeoPt southwest, GeoPt northeast)
| Parameters |
| Name |
Description |
southwest |
GeoPt
|
northeast |
GeoPt
|
Methods
contains(GeoPt point)
public boolean contains(GeoPt point)
Determines whether the given GeoPt value lies within this geographic region. If the
point lies on the border of the region it is considered to be contained.
| Parameter |
| Name |
Description |
point |
GeoPt
|
Overrides
equals(@Nullable Object o)
public boolean equals(@Nullable Object o)
Overrides
getNortheast()
public GeoPt getNortheast()
| Returns |
| Type |
Description |
GeoPt |
|
getSouthwest()
public GeoPt getSouthwest()
| Returns |
| Type |
Description |
GeoPt |
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
toString()
| Returns |
| Type |
Description |
String |
|
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-03 UTC.
[null,null,["Last updated 2026-06-03 UTC."],[],[]]