AWSLocationBatchGetDevicePositionRequest

Objective-C

@interface AWSLocationBatchGetDevicePositionRequest

Swift

class AWSLocationBatchGetDevicePositionRequest
  • Devices whose position you want to retrieve.

    • For example, for two devices: device-ids=DeviceId1&device-ids=DeviceId2

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable deviceIds;

    Swift

    var deviceIds: [String]? { get set }
  • The tracker resource retrieving the device position.

    Declaration

    Objective-C

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

    Swift

    var trackerName: String? { get set }