Class Query.GeoRegion.Circle (5.0.3)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class Query.GeoRegion.Circle extends Query.GeoRegion
A geographical region representing all points within a fixed distance from a central point,
i.e., a circle. Intended for use in a geo-containment predicate filter.
Constructors
Circle(GeoPt center, double radius)
public Circle(GeoPt center, double radius)
Creates a new Circle object from the given arguments.
| Parameters |
| Name |
Description |
center |
GeoPt
a GeoPt representing the center of the circle
|
radius |
double
the radius of the circle, expressed in meters
|
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
getCenter()
| Returns |
| Type |
Description |
GeoPt |
|
getRadius()
public double getRadius()
| Returns |
| Type |
Description |
double |
|
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."],[],[]]