locationservice_batch_evaluate_geofences {paws.application.integration} | R Documentation |
Evaluates device positions against the geofence geometries from a given geofence collection
Description
Evaluates device positions against the geofence geometries from a given geofence collection.
See https://www.paws-r-sdk.com/docs/locationservice_batch_evaluate_geofences/ for full documentation.
Usage
locationservice_batch_evaluate_geofences(CollectionName, DevicePositionUpdates)
Arguments
CollectionName |
[required] The geofence collection used in evaluating the position of devices against its geofences. |
DevicePositionUpdates |
[required] Contains device details for each device to be evaluated against the given geofence collection. |
[Package paws.application.integration version 0.7.0 Index]