Class GoogleMapsPlacesV1SearchTextRequestEVOptions
Searchable EV options of a place search request.
Implements
Inherited Members
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? |