(scheduler22)
| 13887 | return d; |
| 13888 | }; |
| 13889 | function setupMapView(scheduler22) { |
| 13890 | mapAdapter = scheduler22.ext.mapView.createAdapter(); |
| 13891 | attachSchedulerEvents(); |
| 13892 | } |
| 13893 | async function addEventWithLocation(event2, mapAdapter2) { |
| 13894 | let coordinates = await mapAdapter2.resolveAddress(event2.event_location); |
| 13895 | event2.lat = coordinates.lat; |
no test coverage detected