AWSLocationInferredState

Objective-C

@interface AWSLocationInferredState

Swift

class AWSLocationInferredState

The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.

Required parameters: [ProxyDetected]

  • The level of certainty of the inferred position.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSLocationPositionalAccuracy *_Nullable accuracy;

    Swift

    var accuracy: AWSLocationPositionalAccuracy? { get set }
  • The distance between the inferred position and the device’s self-reported position.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable deviationDistance;

    Swift

    var deviationDistance: NSNumber? { get set }
  • The device position inferred by the provided position, IP address, cellular signals, and Wi-Fi- access points.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSNumber *> *_Nullable position;

    Swift

    var position: [NSNumber]? { get set }
  • Indicates if a proxy was used.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable proxyDetected;

    Swift

    var proxyDetected: NSNumber? { get set }