|
|
|
ช่วยหน่อยครับ ติดมานานแล้ว google map T__________T |
|
|
|
|
|
|
|
Code (PHP)
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
function initialize() {
var myLatlng = new google.maps.LatLng(<?=$p_lat?>,<?=$p_lng?>);
var myOptions = {
zoom: 14,
center: myLatlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
var marker = new google.maps.Marker({
position: myLatlng,
map: map,
title:"ข้อยอยู่นี่เด้อ"
});
}
</script>
</head>
<body onload="initialize()">
<div id="map_canvas"></div>
ลองใช้แบบนี้ดูึครับ
|
|
|
|
|
Date :
2011-04-25 08:18:02 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ ขอบคุณมากครับบบบบบบบบ
ผมใช้โค้ดเดิมผม เติมส่สวนนี้ของพี่เข้าไป
var marker = new google.maps.Marker({
position: myLatlng,
map: map,
title:"ข้อยอยู่นี่เด้อ"
แล้วเปลี่ยน position เป้น latlng ของผม
ขอบคุณพี่มากๆเลยนะครับบบบบบบบบบบบบบบบบบบบบบบบบบบ
จะไม่ลืมเลย ^__________________^
|
|
|
|
|
Date :
2011-04-28 03:02:41 |
By :
offtaxio |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|