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

PutGeofenceRequest

import type { PutGeofenceRequest } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface PutGeofenceRequest {
CollectionName: string;
GeofenceId: string;
Geometry: GeofenceGeometry;
}

§Properties

§
CollectionName: string
[src]

The geofence collection to store the geofence in.

§
GeofenceId: string
[src]

An identifier for the geofence. For example, ExampleGeofence-1.

§

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

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