Class GoogleMapsPlacesV1EVChargeOptions
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.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1EVChargeOptions : IDirectResponseSchema
Properties
ConnectorAggregation
A list of EV charging connector aggregations that contain connectors of the same type and same charge rate.
Declaration
[JsonProperty("connectorAggregation")]
public virtual IList<GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation> ConnectorAggregation { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation> |
ConnectorCount
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.
Declaration
[JsonProperty("connectorCount")]
public virtual int? ConnectorCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |