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
TollInfo
Toll information for the leg.
[JsonPropertyName("tollInfo")]
public TollInfo? TollInfo { get; set; }