AWSLocationBatchEvaluateGeofencesRequest
Objective-C
@interface AWSLocationBatchEvaluateGeofencesRequest
Swift
class AWSLocationBatchEvaluateGeofencesRequest
-
The geofence collection used in evaluating the position of devices against its geofences.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable collectionName;
Swift
var collectionName: String? { get set }
-
Contains device details for each device to be evaluated against the given geofence collection.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationDevicePositionUpdate *> *_Nullable devicePositionUpdates;
Swift
var devicePositionUpdates: [AWSLocationDevicePositionUpdate]? { get set }