A geographic region intended for use in a StContainsFilter. Note that this is the only
purpose for which it should be used: in particular, it is not suitable as a Property value to
be stored in Datastore.
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` is a geographic region class designed specifically for use within a `StContainsFilter`."],["This class is not intended to be used as a `Property` value for storage in the `Datastore`."],["`Query.GeoRegion` inherits from `java.lang.Object` and implements `Serializable`."],["The `contains(GeoPt point)` method determines if a given `GeoPt` is within the defined geographic region."],["Points on the border of the defined region are considered to be within the region when using the contains method."]]],[]]