오늘 :
12,545 / 34,178
어제 :
21,220 / 184,021
전체 :
20,788,940 / 282,773,471

Open API 공부

Naver, Daum, Google Open API

추천 수 : 16 / 0
조회 수 : 18550
2007.11.30 (10:44:14)


http://www.subkorea.com/api/google/MapsAPI/map-infowindow.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: Map Info Window</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);
        map.openInfoWindow(map.getCenter(),
                           document.createTextNode("Hello, world"));
      }
    }

    </script>
  </head>
  <body onload="initialize()" onunload="GUnload()">
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
  </body>
</html>

번호 제목 닉네임 등록일 조회 추천
32 marker-drag 첨부 파일
cyber
2007-11-30 18298 8
31 marker-3exp 첨부 파일
cyber
2007-11-30 17591 16
30 map-simple 첨부 파일
cyber
2007-11-26 18439 10
29 map-range 첨부 파일
cyber
2007-11-30 19223 27
28 map-markers 첨부 파일
cyber
2007-11-30 17928 16
Selected map-infowindow 첨부 파일
cyber
2007-11-30 18550 16
26 map-dualmap 첨부 파일
cyber
2007-11-30 18483 15
25 map-distance 첨부 파일
cyber
2007-11-30 22292 19
24 map-animate 첨부 파일
cyber
2007-11-30 18939 12
23 icon-simple 첨부 파일
cyber
2007-11-30 16308 14
Tag List