AWSLocationGetDevicePositionRequest
Objective-C
@interface AWSLocationGetDevicePositionRequest
Swift
class AWSLocationGetDevicePositionRequest
-
The device whose position you want to retrieve.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceId;
Swift
var deviceId: String? { get set }
-
The tracker resource receiving the position update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trackerName;
Swift
var trackerName: String? { get set }