tollPasses property

  1. @TagNumber.new(6)
List<TollPass> get tollPasses

Encapsulates information about toll passes. If toll passes are provided, the API tries to return the pass price. If toll passes are not provided, the API treats the toll pass as unknown and tries to return the cash price. Applies only to the DRIVE and TWO_WHEELER google.maps.routing.v2.RouteTravelMode.

Implementation

@$pb.TagNumber(6)
$core.List<$24.TollPass> get tollPasses => $_getList(5);