GeoCircle class final

A circle 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

GeoCircle(GeoPoint center, GeoDistance radius)
Create a circle from a center point and a radius
const

Properties

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

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