Class EvChargeOptions
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Response
- Assembly
- GoogleMapsApi.dll
Information about electric-vehicle charging available at a place.
public sealed class EvChargeOptions
- Inheritance
-
EvChargeOptions
- Inherited Members
Properties
ConnectorAggregation
Connectors aggregated by type and charge rate.
[JsonPropertyName("connectorAggregation")]
public List<ConnectorAggregation>? ConnectorAggregation { get; set; }
Property Value
ConnectorCount
Total number of connectors at this place.
[JsonPropertyName("connectorCount")]
public int? ConnectorCount { get; set; }
Property Value
- int?