GoogleMapsPlacesV1PlaceNeighborhoodSummary
import type { GoogleMapsPlacesV1PlaceNeighborhoodSummary } from "https://googleapis.deno.dev/v1/places:v1.ts";
A summary of points of interest near the place.
interface GoogleMapsPlacesV1PlaceNeighborhoodSummary {
description?: GoogleMapsPlacesV1ContentBlock;
disclosureText?: GoogleTypeLocalizedText;
flagContentUri?: string;
overview?: GoogleMapsPlacesV1ContentBlock;
}§Properties
§
description?: GoogleMapsPlacesV1ContentBlock
[src]A detailed description of the neighborhood.
§
disclosureText?: GoogleTypeLocalizedText
[src]The AI disclosure message "Summarized with Gemini" (and its localized variants). This will be in the language specified in the request if available.
§
overview?: GoogleMapsPlacesV1ContentBlock
[src]An overview summary of the neighborhood.