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

Method setView

codebase/sources/dhtmlxscheduler.js:13720–13722  ·  view source on GitHub ↗
(latitude, longitude, zoom)

Source from the content-addressed store, hash-verified

13718 }
13719 }
13720 setView(latitude, longitude, zoom) {
13721 this.map.setView([latitude, longitude], zoom);
13722 }
13723 async resolveAddress(string) {
13724 const settings = { method: "GET", headers: { "Accept-Language": "en" } };
13725 let position = {};

Callers 1

onEventClickMethod · 0.95

Calls 1

setViewMethod · 0.45

Tested by

no test coverage detected