GoogleMapsPlacesV1RoutingParameters constructor
GoogleMapsPlacesV1RoutingParameters({
- GoogleTypeLatLng? origin,
- GoogleMapsPlacesV1RouteModifiers? routeModifiers,
- String? routingPreference,
- String? travelMode,
Implementation
GoogleMapsPlacesV1RoutingParameters({
this.origin,
this.routeModifiers,
this.routingPreference,
this.travelMode,
});