GeoBox class final
A box on the earth's surface.
This type can be used as the query argument for a geoWithin
query.
It cannot be persisted as a property on a realm object.
- Implemented types
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override