locationservice_verify_device_position {paws.application.integration} | R Documentation |
Verifies the integrity of the device's position by determining if it was reported behind a proxy, and by comparing it to an inferred position estimated based on the device's state
Description
Verifies the integrity of the device's position by determining if it was reported behind a proxy, and by comparing it to an inferred position estimated based on the device's state.
See https://www.paws-r-sdk.com/docs/locationservice_verify_device_position/ for full documentation.
Usage
locationservice_verify_device_position(
TrackerName,
DeviceState,
DistanceUnit = NULL
)
Arguments
TrackerName |
[required] The name of the tracker resource to be associated with verification request. |
DeviceState |
[required] The device's state, including position, IP address, cell signals and Wi-Fi access points. |
DistanceUnit |
The distance unit for the verification request. Default Value: |
[Package paws.application.integration version 0.9.0 Index]