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";
displayName?: GoogleTypeLocalizedText;
name?: string;
placeId?: string;
}