GoogleMapsPlacesV1RoutingParameters constructor

GoogleMapsPlacesV1RoutingParameters({
  1. GoogleTypeLatLng? origin,
  2. GoogleMapsPlacesV1RouteModifiers? routeModifiers,
  3. String? routingPreference,
  4. String? travelMode,
})

Implementation

GoogleMapsPlacesV1RoutingParameters({
  this.origin,
  this.routeModifiers,
  this.routingPreference,
  this.travelMode,
});