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

View Source

Searchable EV options of a place search request.

Attributes

  • connectorTypes (type: list(String.t), default: nil) - Optional. The list of preferred EV connector types. A place that does not support any of the listed connector types is filtered out.
  • minimumChargingRateKw (type: float(), default: nil) - Optional. Minimum required charging rate in kilowatts. A place with a charging rate less than the specified rate is filtered out.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1SearchTextRequestEVOptions{
  connectorTypes: [String.t()] | nil,
  minimumChargingRateKw: float() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.