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

GoogleMapsPlacesV1EVChargeOptions

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

Information about the EV Charge Station hosted in Place. Terminology follows https://afdc.energy.gov/fuels/electricity_infrastructure.html One port could charge one car at a time. One port has one or more connectors. One station has one or more ports.

interface GoogleMapsPlacesV1EVChargeOptions {
connectorCount?: number;
}

§Properties

§

A list of EV charging connector aggregations that contain connectors of the same type and same charge rate.

§
connectorCount?: number
[src]

Number of connectors at this station. However, because some ports can have multiple connectors but only be able to charge one car at a time (e.g.) the number of connectors may be greater than the total number of cars which can charge simultaneously.