MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / setupMapView

Function setupMapView

codebase/sources/dhtmlxscheduler.es.js:13885–13888  ·  view source on GitHub ↗
(scheduler22)

Source from the content-addressed store, hash-verified

13883 return d;
13884 };
13885 function setupMapView(scheduler22) {
13886 mapAdapter = scheduler22.ext.mapView.createAdapter();
13887 attachSchedulerEvents();
13888 }
13889 async function addEventWithLocation(event2, mapAdapter2) {
13890 let coordinates = await mapAdapter2.resolveAddress(event2.event_location);
13891 event2.lat = coordinates.lat;

Callers 1

map_viewFunction · 0.70

Calls 1

attachSchedulerEventsFunction · 0.70

Tested by

no test coverage detected