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

GoogleMapsPlacesV1AddressDescriptorArea

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

Area information and the area's relationship with the target location. Areas includes precise sublocality, neighborhoods, and large compounds that are useful for describing a location.

interface GoogleMapsPlacesV1AddressDescriptorArea {
containment?:
| "CONTAINMENT_UNSPECIFIED"
| "WITHIN"
| "OUTSKIRTS"
| "NEAR";
name?: string;
placeId?: string;
}

§Properties

§
containment?: "CONTAINMENT_UNSPECIFIED" | "WITHIN" | "OUTSKIRTS" | "NEAR"
[src]

Defines the spatial relationship between the target location and the area.

§

The area's display name.

§
name?: string
[src]

The area's resource name.

§
placeId?: string
[src]

The area's place id.