Table of Contents

Enum PolylineQuality

Namespace
GoogleMapsApi.Entities.Routes.Request
Assembly
GoogleMapsApi.dll

Trade-off between polyline detail and response size.

public enum PolylineQuality

Fields

[EnumMember(Value = "HIGH_QUALITY")] HighQuality = 1

High-fidelity polyline (more points, larger response).

[EnumMember(Value = "OVERVIEW")] Overview = 2

Overview polyline suitable for display at city/regional zoom.

[EnumMember(Value = "POLYLINE_QUALITY_UNSPECIFIED")] Unspecified = 0

Unspecified; the API uses Overview.