public static enum ComputeRoutesRequest.ExtraComputation extends Enum<ComputeRoutesRequest.ExtraComputation> implements com.google.protobuf.ProtocolMessageEnum
Extra computations to perform while completing the request.Protobuf enum
google.maps.routing.v2.ComputeRoutesRequest.ExtraComputation| Enum Constant and Description |
|---|
EXTRA_COMPUTATION_UNSPECIFIED
Not used.
|
FLYOVER_INFO_ON_POLYLINE
Flyover information for the route(s).
|
FUEL_CONSUMPTION
Estimated fuel consumption for the route(s).
|
HTML_FORMATTED_NAVIGATION_INSTRUCTIONS
[`NavigationInstructions`](google.maps.routing.v2.NavigationInstructions.instructions)
presented as a formatted HTML text string.
|
NARROW_ROAD_INFO_ON_POLYLINE
Narrow road information for the route(s).
|
TOLLS
Toll information for the route(s).
|
TRAFFIC_ON_POLYLINE
Traffic aware polylines for the route(s).
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EXTRA_COMPUTATION_UNSPECIFIED_VALUE
Not used.
|
static int |
FLYOVER_INFO_ON_POLYLINE_VALUE
Flyover information for the route(s).
|
static int |
FUEL_CONSUMPTION_VALUE
Estimated fuel consumption for the route(s).
|
static int |
HTML_FORMATTED_NAVIGATION_INSTRUCTIONS_VALUE
[`NavigationInstructions`](google.maps.routing.v2.NavigationInstructions.instructions)
presented as a formatted HTML text string.
|
static int |
NARROW_ROAD_INFO_ON_POLYLINE_VALUE
Narrow road information for the route(s).
|
static int |
TOLLS_VALUE
Toll information for the route(s).
|
static int |
TRAFFIC_ON_POLYLINE_VALUE
Traffic aware polylines for the route(s).
|
| Modifier and Type | Method and Description |
|---|---|
static ComputeRoutesRequest.ExtraComputation |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ComputeRoutesRequest.ExtraComputation> |
internalGetValueMap() |
static ComputeRoutesRequest.ExtraComputation |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ComputeRoutesRequest.ExtraComputation |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ComputeRoutesRequest.ExtraComputation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeRoutesRequest.ExtraComputation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputeRoutesRequest.ExtraComputation EXTRA_COMPUTATION_UNSPECIFIED
Not used. Requests containing this value will fail.
EXTRA_COMPUTATION_UNSPECIFIED = 0;public static final ComputeRoutesRequest.ExtraComputation TOLLS
Toll information for the route(s).
TOLLS = 1;public static final ComputeRoutesRequest.ExtraComputation FUEL_CONSUMPTION
Estimated fuel consumption for the route(s).
FUEL_CONSUMPTION = 2;public static final ComputeRoutesRequest.ExtraComputation TRAFFIC_ON_POLYLINE
Traffic aware polylines for the route(s).
TRAFFIC_ON_POLYLINE = 3;public static final ComputeRoutesRequest.ExtraComputation HTML_FORMATTED_NAVIGATION_INSTRUCTIONS
[`NavigationInstructions`](google.maps.routing.v2.NavigationInstructions.instructions) presented as a formatted HTML text string. This content is meant to be read as-is. This content is for display only. Do not programmatically parse it.
HTML_FORMATTED_NAVIGATION_INSTRUCTIONS = 4;public static final ComputeRoutesRequest.ExtraComputation FLYOVER_INFO_ON_POLYLINE
Flyover information for the route(s). The `routes.polyline_details.flyover_info` fieldmask must be specified to return this information. This data will only currently be populated for certain metros in India. This feature is experimental, and the SKU/charge is subject to change.
FLYOVER_INFO_ON_POLYLINE = 7;public static final ComputeRoutesRequest.ExtraComputation NARROW_ROAD_INFO_ON_POLYLINE
Narrow road information for the route(s). The `routes.polyline_details.narrow_road_info` fieldmask must be specified to return this information. This data will only currently be populated for certain metros in India. This feature is experimental, and the SKU/charge is subject to change.
NARROW_ROAD_INFO_ON_POLYLINE = 8;public static final ComputeRoutesRequest.ExtraComputation UNRECOGNIZED
public static final int EXTRA_COMPUTATION_UNSPECIFIED_VALUE
Not used. Requests containing this value will fail.
EXTRA_COMPUTATION_UNSPECIFIED = 0;public static final int TOLLS_VALUE
Toll information for the route(s).
TOLLS = 1;public static final int FUEL_CONSUMPTION_VALUE
Estimated fuel consumption for the route(s).
FUEL_CONSUMPTION = 2;public static final int TRAFFIC_ON_POLYLINE_VALUE
Traffic aware polylines for the route(s).
TRAFFIC_ON_POLYLINE = 3;public static final int HTML_FORMATTED_NAVIGATION_INSTRUCTIONS_VALUE
[`NavigationInstructions`](google.maps.routing.v2.NavigationInstructions.instructions) presented as a formatted HTML text string. This content is meant to be read as-is. This content is for display only. Do not programmatically parse it.
HTML_FORMATTED_NAVIGATION_INSTRUCTIONS = 4;public static final int FLYOVER_INFO_ON_POLYLINE_VALUE
Flyover information for the route(s). The `routes.polyline_details.flyover_info` fieldmask must be specified to return this information. This data will only currently be populated for certain metros in India. This feature is experimental, and the SKU/charge is subject to change.
FLYOVER_INFO_ON_POLYLINE = 7;public static final int NARROW_ROAD_INFO_ON_POLYLINE_VALUE
Narrow road information for the route(s). The `routes.polyline_details.narrow_road_info` fieldmask must be specified to return this information. This data will only currently be populated for certain metros in India. This feature is experimental, and the SKU/charge is subject to change.
NARROW_ROAD_INFO_ON_POLYLINE = 8;public static ComputeRoutesRequest.ExtraComputation[] values()
for (ComputeRoutesRequest.ExtraComputation c : ComputeRoutesRequest.ExtraComputation.values()) System.out.println(c);
public static ComputeRoutesRequest.ExtraComputation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ComputeRoutesRequest.ExtraComputation valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ComputeRoutesRequest.ExtraComputation forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ComputeRoutesRequest.ExtraComputation> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ComputeRoutesRequest.ExtraComputation valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.