Show / Hide Table of Contents

Class SearchTextRequest.Types.EVOptions

Searchable EV options of a place search request.

Inheritance
object
SearchTextRequest.Types.EVOptions
Implements
IMessage<SearchTextRequest.Types.EVOptions>
IEquatable<SearchTextRequest.Types.EVOptions>
IDeepCloneable<SearchTextRequest.Types.EVOptions>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class SearchTextRequest.Types.EVOptions : IMessage<SearchTextRequest.Types.EVOptions>, IEquatable<SearchTextRequest.Types.EVOptions>, IDeepCloneable<SearchTextRequest.Types.EVOptions>, IBufferMessage, IMessage

Constructors

EVOptions()

Declaration
public EVOptions()

EVOptions(EVOptions)

Declaration
public EVOptions(SearchTextRequest.Types.EVOptions other)
Parameters
Type Name Description
SearchTextRequest.Types.EVOptions other

Properties

ConnectorTypes

Optional. The list of preferred EV connector types. A place that does not support any of the listed connector types is filtered out.

Declaration
public RepeatedField<EVConnectorType> ConnectorTypes { get; }
Property Value
Type Description
RepeatedField<EVConnectorType>

MinimumChargingRateKw

Optional. Minimum required charging rate in kilowatts. A place with a charging rate less than the specified rate is filtered out.

Declaration
public double MinimumChargingRateKw { get; set; }
Property Value
Type Description
double
In this article
Back to top Generated by DocFX