오늘 :
15,518 / 110,016
어제 :
20,775 / 346,867
전체 :
21,176,804 / 287,239,593

Open API 공부

Naver, Daum, Google Open API

추천 수 : 16 / 0
조회 수 : 17100
2007.11.30 (12:53:17)


http://www.subkorea.com/api/google/MapsAPI/marker-window.html1개의 마크위치와 윈도우설명

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko">
<head>
    <meta http-equiv="content-type" content="text/html; charset=euc-kr"/>
    <title>Google Maps JavaScript API Example : Marker and Window</title>

    <script src="http://maps.google.com/maps?file=api&v=2.x&key=abc...xyz"></script>

    <script type="text/javascript">
    function initialize() {

      // 맵의 표시
      var map = new GMap2(document.getElementById("map"));
      map.addControl(new GLargeMapControl());
      map.addControl(new GMapTypeControl());
      map.setCenter(new GLatLng(36.80299,127.13343),6);
      map.setMapType(G_SATELLITE_MAP);
    
      // 마커와 인포윈도우
      var marker = new GMarker(map.getCenter());
      map.addOverlay(marker);
      marker.openInfoWindowHtml("<div style='width:200px'>여기는! 천안삼거리와 흥타령 도시 천안입니다! 줌업해보셔요...</div>");
    }
    </script>
    
  </head>

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

    <div id="map" style="width: 700px; height: 500px"></div>

  </body>
</html>

번호 제목 닉네임 등록일 조회 추천
32 marker-tabbed 첨부 파일
cyber
2007-11-30 16542 12
31 marker-manager 첨부 파일
cyber
2007-11-30 18213 20
30 marker-maptips3 첨부 파일
cyber
2007-11-30 17950 3
29 marker-maptips2 첨부 파일
cyber
2007-11-30 14945 9
28 marker-maptips 첨부 파일
cyber
2007-11-30 20173 6
Selected marker-window 첨부 파일
cyber
2007-11-30 17100 16
26 marker-3exp 첨부 파일
cyber
2007-11-30 17761 16
25 markermanager-googleoffices 첨부 파일
cyber
2007-11-30 15165 11
24 markermanager-weathermap 첨부 파일
cyber
2007-11-30 18508 11
23 icon-geicons 첨부 파일
cyber
2007-11-30 18358 20
Tag List