Package-level declarations

Types

Link copied to clipboard

This class represents a distance following the surface of the earth. It can be used in geospatial queries like those represented by a GeoCircle.

Link copied to clipboard

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:

Link copied to clipboard

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:

Link copied to clipboard

This class represent a point on earth in geographical coordinates: latitude and longitude.

Link copied to clipboard

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.