Class GeoShapeBase
A base class for the geometry types supported by Realm. It should not be used directly - instead you should use one of its inheritors, such as GeoBox, GeoCircle, or GeoPolygon.
Namespace: Realms
Assembly: Realm.dll
Syntax
public abstract class GeoShapeBase
Remarks
GeoShapeBase and its inheritors cannot be used as properties in a Realm model. Instead, they are only used as an argument to GeoWithin(IEmbeddedObject?, GeoShapeBase) or Filter<T>(IQueryable<T>, string, params QueryArgument[]).