[G4] 구글 지도 API 연동 PHP 소스 > 기술자료 | 해피정닷컴

[G4] 구글 지도 API 연동 PHP 소스 > 기술자료

본문 바로가기

사이트 내 전체검색

[G4] 구글 지도 API 연동 PHP 소스 > 기술자료

그누보드 [G4] 구글 지도 API 연동 PHP 소스

페이지 정보


본문

Google Maps Javascript API V3 적용된 것입니다.
API key 가 없이 적용할수 있습니다.

지도에 사용될 주소가 저장될 필드 변수만 적절하게 변경하시면 됩니다.

jQuery CDN 다운로드가 필요합니다.
다운로드 : http://docs.jquery.com/Downloading_jQuery 
최신버전 : jquery-1.7.2.min.js ( Minified version )   /   jquery-1.4.2.min.js 도 잘 작동합니다.
 

1. 글쓰기
 
<?php
  $api_map_address = $write["wr_9"];
?>
    <input size="50" name="wr_9" id="api_map_address" itemname="지도삽입 주소" value="<?php echo $api_map_address; ?>" class="tx">
    <a href="javascript:win_google_map()" class="button"><span>Google 지도확인</span></a>
    <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true" charset='UTF-8'></script>
    <script type="text/javascript">
    <!--
    function google_map(mapid, addr) {
      var geocoder =  new google.maps.Geocoder();
      geocoder.geocode( {'address': addr }, function(results, status) {
        if (status == google.maps.GeocoderStatus.OK) {
          var map = new google.maps.Map(document.getElementById(mapid), {
            zoom: 15,
            center: results[0].geometry.location,
            mapTypeId: google.maps.MapTypeId.ROADMAP
          });
          var marker = new google.maps.Marker({map: map, position: map.getCenter()});
        }
      });
    }
 
    function win_google_map() {
      $("#dialog-map").dialog({
        width: 550,
        autoOpen: false,
        //modal: true,
        resizable: false,
        buttons: {
          "Colse": function () {
            $(this).dialog("close");
          }
        }
      });
      $("#dialog-map").dialog("open");
      $("#google-map").css("display", "block");
      $("#google-map").html("");
      google_map("google-map", $("#api_map_address").val());
 
    }
//-->
    </script>
 
    <div id="dialog-map" class="dialog-content">
      <div id="google-map" style="border:1px solid #999; width:500px; height:300px; margin:10px; display:none;"></div>
    </div>


2. 글 보기
<script type="text/javascript" src="./jquery-1.4.2.min.js"></script>
<?php
  $api_map_address = $view["wr_9"];
  if ($api_map_address != "") {
?>
  <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
  <script type="text/javascript">
  <!--
    function google_map(mapid, addr) {
        var geocoder =  new google.maps.Geocoder();
        geocoder.geocode( {'address': addr }, function(results, status) {
            if (status == google.maps.GeocoderStatus.OK) {
                var map = new google.maps.Map(document.getElementById(mapid), {
                    zoom: 15,
                    center: results[0].geometry.location,
                    mapTypeId: google.maps.MapTypeId.ROADMAP
                });
                var marker = new google.maps.Marker({map: map, position: map.getCenter()});
            }
        });
    }
    $(document).ready(function () {
      google_map("google_map", "<?php echo addslashes($api_map_address); ?>");
    });
  //-->
  </script>
    <table width="100%" cellpadding="0" cellspacing="3" bgcolor="#f4f4f4">
      <tr><td bgcolor="#ffffff"><table width="100%" cellpadding="0" cellspacing="1" bgcolor="#cccccc" >
        <tr><td bgcolor="#ffffff"><table width="100%" cellpadding="3" cellspacing="1" bgcolor="#eeeeee">
          <tr><td bgcolor="#ffffff"><div id="google_map" style="width:100%; height:300px; border:1px solid #ccc; margin:0 0 0px 0;"></div></td></tr>
        </table></td></tr>
      </table></td></tr>
    </table>
http://docs.jquery.com/Downloading_jQuery   

댓글목록

등록된 댓글이 없습니다.


Total 2,641건 74 페이지
  • RSS
기술자료 목록
1181
그누보드   20302  2012-05-29 04:43  
열람
그누보드   25512  2012-05-28 17:03  
1179
그누보드   40022  2012-05-26 17:54 ~ 2021-10-21 23:12  
1178
JavaScript   30334  2012-05-26 01:23 ~ 2020-04-08 09:26  
1177
JavaScript   31146  2012-05-24 03:56  
1176
Editor   17959  2012-05-24 03:39  
1175
JSP   51849  2012-05-23 13:11  
1174
Linux   17616  2012-05-23 13:05  
1173
Linux   22101  2012-05-22 23:28 ~ 2012-05-23 00:00  
1172
JSP   36453  2012-05-22 22:17  
1171
HTML   24323  2012-05-22 16:43 ~ 2019-03-02 04:18  
1170
MySQL   12730  2012-05-22 14:48  
1169
JSP   25875  2012-05-22 14:24  
1168
MySQL   30562  2012-05-22 14:20  
1167
Java   14044  2012-05-22 14:02  
1166
Java   13967  2012-05-22 14:00  
1165
JSP   20831  2012-05-22 13:59  
1164
.NET   15551  2012-05-21 21:47  
1163
MSSQL   19999  2012-05-21 20:44  
1162
ClassicASP   24242  2012-05-21 20:28  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.