Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchEvaluateGeofencesRequest

import type { BatchEvaluateGeofencesRequest } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface BatchEvaluateGeofencesRequest {
CollectionName: string;
DevicePositionUpdates: DevicePositionUpdate[];
}

§Properties

§
CollectionName: string
[src]

The geofence collection used in evaluating the position of devices against its geofences.

§
DevicePositionUpdates: DevicePositionUpdate[]
[src]

Contains device details for each device to be evaluated against the given geofence collection.