View source: R/locationservice_operations.R
locationservice_verify_device_position | 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.
See https://www.paws-r-sdk.com/docs/locationservice_verify_device_position/ for full documentation.
locationservice_verify_device_position(
TrackerName,
DeviceState,
DistanceUnit = NULL
)
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: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.