Class TollInfo
- Namespace
- GoogleMapsApi.Entities.Routes.Response
- Assembly
- GoogleMapsApi.dll
Toll cost summary.
public sealed class TollInfo
- Inheritance
-
TollInfo
- Inherited Members
Properties
EstimatedPrice
Estimated toll prices, one per currency the route crosses.
[JsonPropertyName("estimatedPrice")]
public List<Money>? EstimatedPrice { get; set; }