<body class=" claro "> <div id="mainWindow"> <div id="toolbar"></div> <div id="map_canvas"></div> <div id="info_panel"></div> </div> </body>
var p = new esri.geometry.Point({'x':e.screenPoint.x+1,'y':e.screenPoint.y-18}); map.infoWindow.show(p, map.getInfoWindowAnchor(p));
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.