destinations property

  1. @TagNumber.new(2)
List<RouteMatrixDestination> get destinations

Required. Array of destinations, which determines the columns of the response matrix.

Implementation

@$pb.TagNumber(2)
$core.List<RouteMatrixDestination> get destinations => $_getList(1);