Show / Hide Table of Contents

Enum ComputeRoutesRequest.Types.ExtraComputation

Extra computations to perform while completing the request. Additional values may be added in the future.

Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public enum ComputeRoutesRequest.Types.ExtraComputation

Fields

Name Description
BridgeInfoOnPolyline

Bridge information for the route(s). The routes.polyline_details.bridge_info fieldmask must be specified to return this information.

FlyoverInfoOnPolyline

Flyover information for the route(s). The routes.polyline_details.flyover_info fieldmask must be specified to return this information. This data will currently only be populated for certain metros in India. This feature is experimental, and the SKU/charge is subject to change.

FuelConsumption

Estimated fuel consumption for the route(s).

HtmlFormattedNavigationInstructions

[NavigationInstruction][google.maps.routing.v2.NavigationInstruction] 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.

NarrowRoadInfoOnPolyline

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 currently only be populated for certain metros in India. This feature is experimental, and the SKU/charge is subject to change.

SkywayInfoOnPolyline

Skyway information for the route(s). The routes.polyline_details.skyway_info fieldmask must be specified to return this information.

Tolls

Toll information for the route(s).

TrafficOnPolyline

Traffic aware polylines for the route(s).

TunnelInfoOnPolyline

Tunnel information for the route(s). The routes.polyline_details.tunnel_info fieldmask must be specified to return this information.

Unspecified

Not used. Requests containing this value will fail.

In this article
Back to top Generated by DocFX