Show / Hide Table of Contents

Enum PolylineEncoding

Specifies the preferred type of polyline to be returned.

Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public enum PolylineEncoding

Fields

Name Description
EncodedPolyline

Specifies a polyline encoded using the polyline encoding algorithm.

GeoJsonLinestring

Specifies a polyline using the GeoJSON LineString format

Unspecified

No polyline type preference specified. Defaults to ENCODED_POLYLINE.

In this article
Back to top Generated by DocFX