Forums

Full Version: how to point on a location and zoom in map on preview
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
var linecomp = sdk.getWidget('map1');
linecomp.m_mapoptions.center = [67.9782668,-98.09496089999999];
linecomp.m_mapoptions.zoom = 5;