Class EVChargeOptions
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
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class EVChargeOptions : IMessage<EVChargeOptions>, IEquatable<EVChargeOptions>, IDeepCloneable<EVChargeOptions>, IBufferMessage, IMessage
Constructors
EVChargeOptions()
Declaration
public EVChargeOptions()
EVChargeOptions(EVChargeOptions)
Declaration
public EVChargeOptions(EVChargeOptions other)
Parameters
Type | Name | Description |
---|---|---|
EVChargeOptions | other |
Properties
ConnectorAggregation
A list of EV charging connector aggregations that contain connectors of the same type and same charge rate.
Declaration
public RepeatedField<EVChargeOptions.Types.ConnectorAggregation> ConnectorAggregation { get; }
Property Value
Type | Description |
---|---|
RepeatedField<EVChargeOptions.Types.ConnectorAggregation> |
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
public int ConnectorCount { get; set; }
Property Value
Type | Description |
---|---|
int |