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

GoogleMapsPlacesV1SearchTextRequestEVOptions

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

Searchable EV options of a place search request.

interface GoogleMapsPlacesV1SearchTextRequestEVOptions {
connectorTypes?:
| "EV_CONNECTOR_TYPE_UNSPECIFIED"
| "EV_CONNECTOR_TYPE_OTHER"
| "EV_CONNECTOR_TYPE_J1772"
| "EV_CONNECTOR_TYPE_TYPE_2"
| "EV_CONNECTOR_TYPE_CHADEMO"
| "EV_CONNECTOR_TYPE_CCS_COMBO_1"
| "EV_CONNECTOR_TYPE_CCS_COMBO_2"
| "EV_CONNECTOR_TYPE_TESLA"
| "EV_CONNECTOR_TYPE_UNSPECIFIED_GB_T"
| "EV_CONNECTOR_TYPE_UNSPECIFIED_WALL_OUTLET"[];
minimumChargingRateKw?: number;
}

§Properties

§
connectorTypes?: "EV_CONNECTOR_TYPE_UNSPECIFIED" | "EV_CONNECTOR_TYPE_OTHER" | "EV_CONNECTOR_TYPE_J1772" | "EV_CONNECTOR_TYPE_TYPE_2" | "EV_CONNECTOR_TYPE_CHADEMO" | "EV_CONNECTOR_TYPE_CCS_COMBO_1" | "EV_CONNECTOR_TYPE_CCS_COMBO_2" | "EV_CONNECTOR_TYPE_TESLA" | "EV_CONNECTOR_TYPE_UNSPECIFIED_GB_T" | "EV_CONNECTOR_TYPE_UNSPECIFIED_WALL_OUTLET"[]
[src]

Optional. The list of preferred EV connector types. A place that does not support any of the listed connector types is filtered out.

§
minimumChargingRateKw?: number
[src]

Optional. Minimum required charging rate in kilowatts. A place with a charging rate less than the specified rate is filtered out.