AWSLocationGetDevicePositionHistoryResponse
Objective-C
@interface AWSLocationGetDevicePositionHistoryResponse
Swift
class AWSLocationGetDevicePositionHistoryResponse
-
Contains the position history details for the requested device.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationDevicePosition *> *_Nullable devicePositions;
Swift
var devicePositions: [AWSLocationDevicePosition]? { get set }
-
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }