| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
InferredState |
InferredState.clone() |
InferredState |
VerifyDevicePositionResult.getInferredState()
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access
points.
|
InferredState |
InferredState.withAccuracy(PositionalAccuracy accuracy)
The level of certainty of the inferred position.
|
InferredState |
InferredState.withDeviationDistance(Double deviationDistance)
The distance between the inferred position and the device's self-reported position.
|
InferredState |
InferredState.withPosition(Collection<Double> position)
The device position inferred by the provided position, IP address, cellular signals, and Wi-Fi- access points.
|
InferredState |
InferredState.withPosition(Double... position)
The device position inferred by the provided position, IP address, cellular signals, and Wi-Fi- access points.
|
InferredState |
InferredState.withProxyDetected(Boolean proxyDetected)
Indicates if a proxy was used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerifyDevicePositionResult.setInferredState(InferredState inferredState)
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access
points.
|
VerifyDevicePositionResult |
VerifyDevicePositionResult.withInferredState(InferredState inferredState)
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access
points.
|
Copyright © 2025. All rights reserved.