Package-level declarations
Types
This class represents a distance following the surface of the earth. It can be used in geospatial queries like those represented by a GeoCircle.
This class represents a rectangle on the surface of a the earth. It cannot be persisted - i.e you can't declare a Realm property that is of type GeoBox. It can only be used as a query argument for a geospatial query like this:
This class represents a circle on the surface of the earth. It cannot be persisted - i.e you can't declare a Realm property that is of type GeoCircle. It can be only used as a query argument for a geospatial query like this:
This class represent a point on earth in geographical coordinates: latitude and longitude.
This class represents a polygon on the surface of the earth. It cannot be persisted - i.e you can't declare a Realm property that is of type GeoPolygon. It can be only used as a query argument for a geospatial query.