AWSLocationVerifyDevicePositionResponse
Objective-C
@interface AWSLocationVerifyDevicePositionResponse
Swift
class AWSLocationVerifyDevicePositionResponse
-
The device identifier.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceId;
Swift
var deviceId: String? { get set }
-
The distance unit for the verification response.
Declaration
Objective-C
@property (nonatomic) AWSLocationDistanceUnit distanceUnit;
Swift
var distanceUnit: AWSLocationDistanceUnit { get set }
-
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.
Declaration
Objective-C
@property (nonatomic, strong) AWSLocationInferredState *_Nullable inferredState;
Swift
var inferredState: AWSLocationInferredState? { get set }
-
The timestamp for when the tracker resource received the device position in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable receivedTime;
Swift
var receivedTime: Date? { get set }
-
The timestamp at which the device’s position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable sampleTime;
Swift
var sampleTime: Date? { get set }