Show / Hide Table of Contents

Class FuelOptions

The most recent information about fuel options in a gas station. This information is updated regularly.

Inheritance
object
FuelOptions
Implements
IMessage<FuelOptions>
IEquatable<FuelOptions>
IDeepCloneable<FuelOptions>
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 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>
In this article
Back to top Generated by DocFX