오늘 :
14,703 / 45,088
어제 :
20,338 / 165,575
전체 :
20,892,837 / 283,762,407

Open API 공부

Naver, Daum, Google Open API

cyber
추천 수 : 19 / 0
조회 수 : 19879
2007.11.30 (11:00:49)


http://www.subkorea.com/api/google/MapsAPI/event-simple.htm지도클릭시 설명

<!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" xmlns:v="urn:schemas-microsoft-com:vml">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>Google Maps JavaScript API Example: Simple Events</title>
    <script src="http://maps.google.com/maps?file=api&v=2&key=abc...xyz"
            type="text/javascript"></script>
    <script type="text/javascript">
    function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map_canvas"));
        map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        GEvent.addListener(map, "click", function() {
          alert("You clicked the map.");
         });
      }
    }  
    </script>
  </head>
  <body onload="initialize()" onunload="GUnload()">
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
    <div id="message"></div>
  </body>
</html>

번호 제목 닉네임 등록일 조회 추천
52 map-simple 첨부 파일
cyber
2007-11-26 18457 10
51 map-markers 첨부 파일
cyber
2007-11-30 17943 16
50 map-animate 첨부 파일
cyber
2007-11-30 18973 12
49 map-infowindow 첨부 파일
cyber
2007-11-30 18571 16
48 map-dualmap 첨부 파일
cyber
2007-11-30 18513 15
47 map-range 첨부 파일
cyber
2007-11-30 19275 27
46 map-distance 첨부 파일
cyber
2007-11-30 22338 19
Selected event-simple 첨부 파일
cyber
2007-11-30 19879 19
44 event-context 첨부 파일
cyber
2007-11-30 21302 17
43 event-closure 첨부 파일
cyber
2007-11-30 21170 15
Tag List