Show / Hide Table of Contents

Enum GenerateIsochroneRequest.Types.PolygonFidelity

Controls the level of detail in the isochrone polygon.

Namespace: Google.Maps.Isochrones.V1
Assembly: Google.Maps.Isochrones.V1.dll
Syntax
public enum GenerateIsochroneRequest.Types.PolygonFidelity

Fields

Name Description
High

High precision. High fidelity edges, but may produce holes in the polygon where the road network density is low.

Low

Low precision. Good for covering large areas with fewer vertices.

Medium

Medium precision. A balance between detail and artifact size.

Unspecified

No polygon fidelity specified. The server will use its default, which is based on the travel duration.

In this article
Back to top Generated by DocFX