Table of Contents

Class RouteLegTravelAdvisory

Namespace
GoogleMapsApi.Entities.Routes.Response
Assembly
GoogleMapsApi.dll

Leg-level advisory metadata.

public sealed class RouteLegTravelAdvisory
Inheritance
RouteLegTravelAdvisory
Inherited Members

Properties

SpeedReadingIntervals

Speed-reading intervals over the leg polyline.

[JsonPropertyName("speedReadingIntervals")]
public List<SpeedReadingInterval>? SpeedReadingIntervals { get; set; }

Property Value

List<SpeedReadingInterval>

TollInfo

Toll information for the leg.

[JsonPropertyName("tollInfo")]
public TollInfo? TollInfo { get; set; }

Property Value

TollInfo