AWSLocationListDevicePositionsRequest

Objective-C

@interface AWSLocationListDevicePositionsRequest

Swift

class AWSLocationListDevicePositionsRequest
  • The geometry used to filter device positions.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSLocationTrackingFilterGeometry *_Nullable filterGeometry;

    Swift

    var filterGeometry: AWSLocationTrackingFilterGeometry? { get set }
  • An optional limit for the number of entries returned in a single call.

    Default value: 100

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { get set }
  • The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

    Default value: null

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • The tracker resource containing the requested devices.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable trackerName;

    Swift

    var trackerName: String? { get set }