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

BatchPutGeofenceRequestEntry

import type { BatchPutGeofenceRequestEntry } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";

Contains geofence geometry details.

interface BatchPutGeofenceRequestEntry {
GeofenceId: string;
Geometry: GeofenceGeometry;
}

§Properties

§
GeofenceId: string
[src]

The identifier for the geofence to be stored in a given geofence collection.

§

Contains the polygon details to specify the position of the geofence.

Note: Each geofence polygon can have a maximum of 1,000 vertices.