|
|
|
ค่าละติจูด ลองติจูด ใส่ตัวแปรได้ไหมครับ ถ้าใส่ได้ใส่ยังไงเหรอครับ |
|
|
|
|
|
|
|
ขอโทษด้วยครับ Tag ผิด T__T
|
|
|
|
|
Date :
2011-03-07 21:05:45 |
By :
offtaxio |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
$a = "13.742762";
$b = "100.535631";
$zoom = "12";
?>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
function initialize() {
var latlng = new google.maps.LatLng(<?=$a?>, ); <<< ตรงนี้อ่าครับ
var myOptions = {
zoom: <?=$zoom?>, <<<< ตรงนี้ด้วย
center: latlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
}
</script>
|
|
|
|
|
Date :
2011-03-07 23:02:07 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองเอาไปทำดูแล้วครับ แต่จอขาวหมดเลย
|
|
|
|
|
Date :
2011-06-12 00:27:04 |
By :
buraratn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|