오늘 :
18,057 / 203,785
어제 :
17,828 / 147,980
전체 :
19,975,772 / 274,705,967

Open API 공부

Naver, Daum, Google Open API

추천 수 : 6 / 0
조회 수 : 21199
2007.11.30 (13:14:57)


http://www.subkorea.com/api/google/MapsAPI/polyline-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 Polyline</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);
        var polyline = new GPolyline([
                    new GLatLng(37.4419, -122.1419),
                    new GLatLng(37.4519, -122.1519)
                ], "#ff0000", 10);
                map.addOverlay(polyline);
      }
    }  
    </script>
  </head>
  <body onload="initialize()" onunload="GUnload()">
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
    <div id="message"></div>
  </body>
</html>

번호 제목 닉네임 등록일 조회 추천
52 xhr-requests 첨부 파일
cyber
2007-11-30 17731 6
51 trafficOverlay 첨부 파일
cyber
2007-11-30 28830 33
50 tileoverlay-simple 첨부 파일
cyber
2007-11-30 17675 8
49 tile-detector 첨부 파일
cyber
2007-11-30 16849 8
Selected polyline-simple 첨부 파일
cyber
2007-11-30 21199 6
47 polyline-geodesic 첨부 파일
cyber
2007-11-30 20782 8
46 polyline-encoding 첨부 파일
cyber
2007-11-30 20815 6
45 polygon-simple 첨부 파일
cyber
2007-11-30 17633 16
44 overlay-custom 첨부 파일
cyber
2007-11-30 19735 12
43 markermanager-weathermap 첨부 파일
cyber
2007-11-30 17824 11
Tag List