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 {
coffee?: GoogleMapsPlacesV1ContentBlock;
disclosureText?: GoogleTypeLocalizedText;
flagContentUri?: string;
overview?: GoogleMapsPlacesV1ContentBlock;
restaurant?: GoogleMapsPlacesV1ContentBlock;
store?: GoogleMapsPlacesV1ContentBlock;
}§Properties
§
coffee?: GoogleMapsPlacesV1ContentBlock
[src]A summary of the nearby coffee options.
§
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 of the available amenities. This is guaranteed to be provided.
§
restaurant?: GoogleMapsPlacesV1ContentBlock
[src]A summary of the nearby restaurants.
§
A summary of the nearby gas stations.