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

GoogleMapsPlacesV1PlaceEvChargeAmenitySummary

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

The summary of amenities near the EV charging station. This only applies to places with type electric_vehicle_charging_station. The overview field is guaranteed to be provided while the other fields are optional.

interface GoogleMapsPlacesV1PlaceEvChargeAmenitySummary {
disclosureText?: GoogleTypeLocalizedText;
flagContentUri?: string;
}

§Properties

§

A summary of the nearby coffee options.

§

The AI disclosure message "Summarized with Gemini" (and its localized variants). This will be in the language specified in the request if available.

§
flagContentUri?: string
[src]

A link where users can flag a problem with the summary.

§

An overview of the available amenities. This is guaranteed to be provided.

§

A summary of the nearby restaurants.

§

A summary of the nearby gas stations.