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

Function setupMapView

codebase/sources/dhtmlxscheduler.js:13889–13892  ·  view source on GitHub ↗
(scheduler22)

Source from the content-addressed store, hash-verified

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;

Callers 1

map_viewFunction · 0.70

Calls 1

attachSchedulerEventsFunction · 0.70

Tested by

no test coverage detected