locationservice_verify_device_position: Verifies the integrity of the device's position by...

View source: R/locationservice_operations.R

locationservice_verify_device_positionR 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: Kilometers


paws.application.integration documentation built on Sept. 12, 2024, 6:11 a.m.