Table of Contents

Class ConnectorAggregation

Namespace
GoogleMapsApi.Entities.PlacesNew.Response
Assembly
GoogleMapsApi.dll

EV connectors aggregated by type and maximum charge rate.

public sealed class ConnectorAggregation
Inheritance
ConnectorAggregation
Inherited Members

Properties

AvailableCount

Number of connectors in this aggregation currently available.

[JsonPropertyName("availableCount")]
public int? AvailableCount { get; set; }

Property Value

int?

Count

Number of connectors in this aggregation.

[JsonPropertyName("count")]
public int? Count { get; set; }

Property Value

int?

MaxChargeRateKw

Maximum charge rate, in kilowatts, of connectors in this aggregation.

[JsonPropertyName("maxChargeRateKw")]
public double? MaxChargeRateKw { get; set; }

Property Value

double?

OutOfServiceCount

Number of connectors in this aggregation currently out of service.

[JsonPropertyName("outOfServiceCount")]
public int? OutOfServiceCount { get; set; }

Property Value

int?

Type

Connector type (e.g. EV_CONNECTOR_TYPE_CCS_COMBO_2).

[JsonPropertyName("type")]
public string? Type { get; set; }

Property Value

string