Forums
how to point on a location and zoom in map on preview - Printable Version

+- Forums (https://bdn.bdb.ai)
+-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13)
+--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43)
+---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16)
+---- Thread: how to point on a location and zoom in map on preview (/showthread.php?tid=624)



how to point on a location and zoom in map on preview - jeevitha - 12-23-2022

var linecomp = sdk.getWidget('map1');
linecomp.m_mapoptions.center = [67.9782668,-98.09496089999999];
linecomp.m_mapoptions.zoom = 5;