Show / Hide Table of Contents

Enum ComputeRoutesRequest.Types.ExtraComputation

Extra computations to perform while completing the request.

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

Fields

Name Description
FlyoverInfoOnPolyline

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.

FuelConsumption

Estimated fuel consumption for the route(s).

HtmlFormattedNavigationInstructions

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

Tolls

Toll information for the route(s).

TrafficOnPolyline

Traffic aware polylines for the route(s).

Unspecified

Not used. Requests containing this value will fail.

In this article
Back to top Generated by DocFX