GoogleMapsPlacesV1RoutingSummaryLeg constructor

GoogleMapsPlacesV1RoutingSummaryLeg({
  1. int? distanceMeters,
  2. String? duration,
})

Implementation

GoogleMapsPlacesV1RoutingSummaryLeg({this.distanceMeters, this.duration});