Class FuelOptions
The most recent information about fuel options in a gas station. This information is updated regularly.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class FuelOptions : IMessage<FuelOptions>, IEquatable<FuelOptions>, IDeepCloneable<FuelOptions>, IBufferMessage, IMessage
Constructors
FuelOptions()
Declaration
public FuelOptions()
FuelOptions(FuelOptions)
Declaration
public FuelOptions(FuelOptions other)
Parameters
Type | Name | Description |
---|---|---|
FuelOptions | other |
Properties
FuelPrices
The last known fuel price for each type of fuel this station has. There is one entry per fuel type this station has. Order is not important.
Declaration
public RepeatedField<FuelOptions.Types.FuelPrice> FuelPrices { get; }
Property Value
Type | Description |
---|---|
RepeatedField<FuelOptions.Types.FuelPrice> |