GPS정보 모바일에서 사용하기

· 11년 전 · 3472
 
모바일에서 GPS가져오는 파일입니다.
유용하게 사용하세요 안되시면 쪽지주세요..
구글플레이안산놀이터에 적용된 파일입니다.
 
 
<!DOCTYPE html>
<html>
 <head>
  <title>jQuery Mobile</title>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script> 
    <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> 
<script type='text/javascript' src='/js/jquery-1.7.2.min.js'></script>
<script type='text/javascript' src='/js/jquery.common.js'></script>
<script type='text/javascript' src='/js/swipe.js'></script>
  <meta charset="utf-8" />
  <script>
    var geocoder = new google.maps.Geocoder();
    var addr = "";
   if( navigator.geolocation )
   {
    //괄호 속 인자 ( 성공일 때 함수명, 실패일 때 함수명)
    navigator.geolocation.getCurrentPosition( showPosition, handleError );
   }
   else
   {
    alert('navigator.geolocation 브라우저 미지원');
   }
   function showPosition( position )
   {
    //alert( '위도 : '+position.coords.latitude + '\n경도 : ' + position.coords.longitude );
    googl(position.coords.latitude,position.coords.longitude);
   }
   function handleError( evt )
   {
    alert( evt.message );
   }   
    function googl(num1, num2){
      var latlng = new google.maps.LatLng(num1, num2); 
     
      geocoder.geocode({'latLng': latlng}, function(results, status){
 
     if( status == google.maps.GeocoderStatus.OK ) { 
      //alert(results[0].formatted_address);
  
    //  document.write(results[1].formatted_address);
    //$("#add1").value('111');//results[1].formatted_address); 
    document.body.innerHTML = results[1].formatted_address;
   } 
   else { 
    //document.write("Geocoder failed due to: " + status)
    document.body.innerHTML += "Geocoder failed due to: " + status + "<br />";
    //$("#address").html("Geocoder failed due to: " + status);; 
   } 
  });
}
</script>
</head>
<body>
<!-- <div id="add1" style="font-size:13px;"></div> -->
</body>
</html>

첨부파일

gps.html (1.9 KB) 36회 2014-04-13 00:34
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
11년 전 조회 5,207
11년 전 조회 3,106
11년 전 조회 3,948
11년 전 조회 2,288
11년 전 조회 3,349
11년 전 조회 5,990
11년 전 조회 3,158
11년 전 조회 3,340
11년 전 조회 2,251
11년 전 조회 2,488
11년 전 조회 2,995
11년 전 조회 3,131
11년 전 조회 3,019
11년 전 조회 3,731
11년 전 조회 2,673
11년 전 조회 4,594
11년 전 조회 4,772
11년 전 조회 3,316
11년 전 조회 6,267
11년 전 조회 1.1만
11년 전 조회 4,161
11년 전 조회 2,642
11년 전 조회 4,774
11년 전 조회 4,122
11년 전 조회 3,470
11년 전 조회 2,533
11년 전 조회 5,751
11년 전 조회 2,232
11년 전 조회 2,747
11년 전 조회 3,187
11년 전 조회 3,377
11년 전 조회 3,377
11년 전 조회 6,141
11년 전 조회 3,133
11년 전 조회 2,336
11년 전 조회 3,553
11년 전 조회 3,144
11년 전 조회 4,144
11년 전 조회 2,365
11년 전 조회 3,059
11년 전 조회 2,998
11년 전 조회 3,122
11년 전 조회 2,753
11년 전 조회 2,705
11년 전 조회 2,737
11년 전 조회 3,118
11년 전 조회 3,171
11년 전 조회 3,274
11년 전 조회 3,153
11년 전 조회 3,473
11년 전 조회 2,690
11년 전 조회 2,904
11년 전 조회 2,858
11년 전 조회 2,963
11년 전 조회 3,473
11년 전 조회 3,080
11년 전 조회 3,063
11년 전 조회 7,578
11년 전 조회 3,111
11년 전 조회 3,235
11년 전 조회 3,268
11년 전 조회 3,412
11년 전 조회 3,781
11년 전 조회 5,372
11년 전 조회 3,761
11년 전 조회 2,567
11년 전 조회 2,380
11년 전 조회 2,499
11년 전 조회 2,599
11년 전 조회 2,861
11년 전 조회 1.7만
11년 전 조회 2,950
11년 전 조회 2,105
11년 전 조회 2,145
11년 전 조회 2,404
11년 전 조회 4,672
11년 전 조회 2,481
11년 전 조회 2,243
11년 전 조회 2,300
11년 전 조회 2,162
11년 전 조회 2,305
11년 전 조회 3,103
11년 전 조회 2,085
11년 전 조회 2,497
11년 전 조회 3,156
11년 전 조회 2,046
11년 전 조회 2,849
11년 전 조회 2,190
11년 전 조회 2,345
11년 전 조회 2,815
11년 전 조회 3,107
11년 전 조회 2,048
11년 전 조회 2,647
11년 전 조회 1,991
11년 전 조회 5,128
11년 전 조회 2,590
11년 전 조회 2,801
11년 전 조회 2,601
11년 전 조회 2,049
11년 전 조회 2,169