スポンサードリンク

ともかくGoogle Maps APIで地図を表示させる

◆Html記述

<body onload=”initialize()” onunload=”GUnload()”>

<div id=”map100″>Loading…</div>

◆script記述

<script type=”text/javascript”>
function initialize() {
if (GBrowserIsCompatible()) {
var map100 = new GMap2(document.getElementById(“map100″));
map100.setCenter(new GLatLng(35.65862, 139.74541), 9, G_NORMAL_MAP);
}
}
</script>

◆サンプル

◆コンテンツ

◆トップへ戻る

Google Maps API作成方法一覧

スポンサードリンク

Related Posts

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <img localsrc="" alt="">