DeliveryVehicleStop constructor

DeliveryVehicleStop({
  1. JSArray<TaskInfo> tasks,
  2. LatLngLiteral? plannedLocation,
  3. DeliveryVehicleStopState? state,
})

Implementation

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