Show / Hide Table of Contents

Enum PolylineQuality

A set of values that specify the quality of the polyline.

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

Fields

Name Description
HighQuality

Specifies a high-quality polyline - which is composed using more points than OVERVIEW, at the cost of increased response size. Use this value when you need more precision.

Overview

Specifies an overview polyline - which is composed using a small number of points. Use this value when displaying an overview of the route. Using this option has a lower request latency compared to using the HIGH_QUALITY option.

Unspecified

No polyline quality preference specified. Defaults to OVERVIEW.

In this article
Back to top Generated by DocFX