Show / Hide Table of Contents

Class GoogleMapsPlacesV1SearchTextRequestEVOptions

Searchable EV options of a place search request.

Inheritance
object
GoogleMapsPlacesV1SearchTextRequestEVOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1SearchTextRequestEVOptions : IDirectResponseSchema

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
[JsonProperty("connectorTypes")]
public virtual IList<string> ConnectorTypes { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MinimumChargingRateKw

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

Declaration
[JsonProperty("minimumChargingRateKw")]
public virtual double? MinimumChargingRateKw { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX