RLMGeospatialCircle

Objective-C

@interface RLMGeospatialCircle : NSObject <RLMGeospatial>

Swift

class RLMGeospatialCircle : NSObject, RLMGeospatial, @unchecked Sendable

A class that represents a circle, that can be used in a geospatial geoWithinquery.

Warning

This class cannot be persisted and can only be use within a geospatial geoWithin query.