GoogleApi.Places.V1.Model.GoogleMapsPlacesV1EVChargeOptions (google_api_places v0.11.0)

View Source

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.

Attributes

  • connectorAggregation (type: list(GoogleApi.Places.V1.Model.GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation.t), default: nil) - A list of EV charging connector aggregations that contain connectors of the same type and same charge rate.
  • connectorCount (type: integer(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1EVChargeOptions{
  connectorAggregation:
    [
      GoogleApi.Places.V1.Model.GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation.t()
    ]
    | nil,
  connectorCount: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.