Show / Hide Table of Contents

Enum PolylineFormatType

The type of polyline format.

Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public enum PolylineFormatType

Fields

Name Description
EncodedPolylineType

A polyline encoded with a polyline compression algorithm. Decoding is not yet supported.

LatLngListType

A list of google.type.LatLng.

UnknownFormatType

The format is unspecified or unknown.

In this article
Back to top Generated by DocFX