(TMap.SetPanelPosition Method)
Sets the position of a panel to the position on the map specified by argument of x coornate and y coordinate.
SetNavigationPanelPosition(strPanel, x coordinate, y coordinate):Void
<div id="mapContainer" style="width: 640px; height: 400px;"></div> <script type="text/javascript"> var map0 = new TMap(mapContainer, 25.7590256665386, -80.3738769902151, 15, mapLoaded, 1, true, "", "hybrid"); function mapLoaded() { map0.SetPanelVisibility("FLY", "SHOW"); map0.SetPanelPosition("FLY", NavX.value , NavY.value); } </script>