오늘 :
9,225 / 83,107
어제 :
11,673 / 102,916
전체 :
19,657,173 / 272,602,778

Open API 공부

Naver, Daum, Google Open API

추천 수 : 17 / 0
조회 수 : 17897
2007.11.30 (11:25:40)


http://www.subkorea.com/api/google/MapsAPI/control-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: Controls</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.addControl(new GSmallMapControl());
        map.addControl(new GMapTypeControl());
      }
    }
    </script>
  </head>
  <body onload="initialize()" onunload="GUnload()">
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
  </body>
</html>

번호 제목 닉네임 등록일 조회 추천
22 icon-custom 첨부 파일
cyber
2007-11-30 17476 8
21 icon-simple 첨부 파일
cyber
2007-11-30 15680 14
20 marker-drag 첨부 파일
cyber
2007-11-30 17694 8
19 marker-simple 첨부 파일
cyber
2007-11-30 17138 10
18 control-localsearch 첨부 파일
cyber
2007-11-30 21083 4
17 control-custom 첨부 파일
cyber
2007-11-30 17709 11
16 control-positioning 첨부 파일
cyber
2007-11-30 19776 11
Selected control-simple 첨부 파일
cyber
2007-11-30 17897 17
14 event-mouseover 첨부 파일
cyber
2007-11-30 17612 15
13 event-removal 첨부 파일
cyber
2007-11-30 17171 16
Tag List