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

LocationFilter

import type { LocationFilter } from "https://googleapis.deno.dev/v1/areainsights:v1.ts";

Location filters. Specifies the area of interest for the insight.

interface LocationFilter {
circle?: Circle;
customArea?: CustomArea;
region?: Region;
}

§Properties

§
circle?: Circle
[src]

Area as a circle.

§
customArea?: CustomArea
[src]

Custom area specified by a polygon.

§
region?: Region
[src]

Area as region.