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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`Query.GeoRegion.Circle` represents a geographical area defined as all points within a specified distance from a central point, functioning as a circle for geo-containment filter predicates."],["A `Circle` object is created using a central `GeoPt` and a radius value that specifies the distance in meters from the center to define the circle's boundary."],["The `contains(GeoPt point)` method determines if a given `GeoPt` is located within the `Circle`, including points on the border."],["The class provides methods `getCenter()` and `getRadius()` to retrieve the circle's central point and radius, respectively."],["This class inherits several methods from `Object`, including `equals()`, `hashCode()`, and `toString()`, which it overrides to implement its own specific behavior."]]],[]]