오늘 :
16,894 / 147,252
어제 :
17,903 / 122,845
전체 :
20,063,259 / 275,398,641

Open API 공부

Naver, Daum, Google Open API

추천 수 : 16 / 0
조회 수 : 16656
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 16098 12
31 marker-manager 첨부 파일
cyber
2007-11-30 17640 20
30 marker-maptips3 첨부 파일
cyber
2007-11-30 17473 3
29 marker-maptips2 첨부 파일
cyber
2007-11-30 14528 9
28 marker-maptips 첨부 파일
cyber
2007-11-30 19719 6
Selected marker-window 첨부 파일
cyber
2007-11-30 16656 16
26 marker-3exp 첨부 파일
cyber
2007-11-30 17272 16
25 markermanager-googleoffices 첨부 파일
cyber
2007-11-30 14721 11
24 markermanager-weathermap 첨부 파일
cyber
2007-11-30 17897 11
23 icon-geicons 첨부 파일
cyber
2007-11-30 17749 20
Tag List