public abstract static class Query.GeoRegion implements SerializableA 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.
Implements
SerializableMethods
contains(GeoPt point)
public abstract 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 |
| Returns | |
|---|---|
| Type | Description |
boolean |
|