ARTAnnotationsQuery

Objective-C

@interface ARTAnnotationsQuery : NSObject

Swift

class ARTAnnotationsQuery : NSObject, @unchecked Sendable

This object is used for providing parameters into ARTRestAnnotations‘s methods with paginated results.

  • An upper limit on the number of annotations returned.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSUInteger limit;

    Swift

    var limit: UInt { get }