Skip to content

Commit e49749f

Browse files
Google APIscopybara-github
authored andcommitted
feat: add more fuel type enum values
docs: A comment for enum value `LPG` in enum `FuelType` is changed to be clearer. PiperOrigin-RevId: 719418262
1 parent cbf8e7d commit e49749f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

google/maps/places/v1/fuel_options.proto

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ message FuelOptions {
4040
// Diesel fuel.
4141
DIESEL = 1;
4242

43+
// Diesel plus fuel.
44+
DIESEL_PLUS = 19;
45+
4346
// Regular unleaded.
4447
REGULAR_UNLEADED = 2;
4548

@@ -73,7 +76,7 @@ message FuelOptions {
7376
// SP 100.
7477
SP100 = 12;
7578

76-
// LPG.
79+
// Liquefied Petroleum Gas.
7780
LPG = 13;
7881

7982
// E 80.
@@ -82,6 +85,9 @@ message FuelOptions {
8285
// E 85.
8386
E85 = 15;
8487

88+
// E 100.
89+
E100 = 20;
90+
8591
// Methane.
8692
METHANE = 16;
8793

0 commit comments

Comments
 (0)