พอดีเพิ่มเริ่มลองทำดู พอจะเอาค่า จาก map ที่เรา mark ไว้มาแสดงใน IWEDit โดยใช้คำสั่ง
PageContext.AddToInitProc(' GEvent.addListener(map, "click", function(marker, point) { '+
' if (marker) { '+
' map.removeOverlay(marker); '+
' } else { map.clearOverlays(); map.setCenter(point, 14); '+
' '+
' map.addOverlay(new GMarker(point)); '+
' window.alert("Point.X.Y:" + point.lat()+","+point.lng()); '+
' document.getElementById("IWEDit1").text =point.lng() ; '+
' } '+
'}); ');
แล้วค่าไม่ออกมาอะค่ะ รบกวนผู้รู้ช่วยชี้แนะด้วยค่ะ
มีใครเคยลองทำ google map ด้วย intraweb Delphi บ้างค่ะ
PageContext.AddToInitProc(' GEvent.addListener(map, "click", function(marker, point) { '+
' if (marker) { '+
' map.removeOverlay(marker); '+
' } else { map.clearOverlays(); map.setCenter(point, 14); '+
' '+
' map.addOverlay(new GMarker(point)); '+
' window.alert("Point.X.Y:" + point.lat()+","+point.lng()); '+
' document.getElementById("IWEDit1").text =point.lng() ; '+
' } '+
'}); ');
แล้วค่าไม่ออกมาอะค่ะ รบกวนผู้รู้ช่วยชี้แนะด้วยค่ะ