AWSLocationBatchUpdateDevicePositionRequest
Objective-C
@interface AWSLocationBatchUpdateDevicePositionRequest
Swift
class AWSLocationBatchUpdateDevicePositionRequest
-
The name of the tracker resource to update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trackerName;Swift
var trackerName: String? { get set } -
Contains the position update details for each device, up to 10 devices.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationDevicePositionUpdate *> *_Nullable updates;Swift
var updates: [AWSLocationDevicePositionUpdate]? { get set }
View on GitHub
Install in Dash
AWSLocationBatchUpdateDevicePositionRequest Class Reference