DeliveryVehicleStop constructor
DeliveryVehicleStop({
- JSArray<
TaskInfo> tasks, - LatLngLiteral? plannedLocation,
- DeliveryVehicleStopState? state,
Implementation
external DeliveryVehicleStop({
JSArray<TaskInfo> tasks,
LatLngLiteral? plannedLocation,
DeliveryVehicleStopState? state,
});