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

GeoBox(GeoPoint southWest, GeoPoint northEast)
Create a box from a southWest and a northEast point
const

Properties

hashCode int
The hash code for this object.
no setteroverride
northEast GeoPoint
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
southWest GeoPoint
final

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