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

· 11년 전 · 3414
 
모바일에서 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,162
11년 전 조회 3,058
11년 전 조회 3,887
11년 전 조회 2,241
11년 전 조회 3,290
11년 전 조회 5,943
11년 전 조회 3,098
11년 전 조회 3,288
11년 전 조회 2,193
11년 전 조회 2,470
11년 전 조회 2,942
11년 전 조회 3,084
11년 전 조회 2,963
11년 전 조회 3,688
11년 전 조회 2,626
11년 전 조회 4,545
11년 전 조회 4,718
11년 전 조회 3,265
11년 전 조회 6,223
11년 전 조회 1.1만
11년 전 조회 4,105
11년 전 조회 2,603
11년 전 조회 4,717
11년 전 조회 4,073
11년 전 조회 3,440
11년 전 조회 2,480
11년 전 조회 5,695
11년 전 조회 2,181
11년 전 조회 2,703
11년 전 조회 3,128
11년 전 조회 3,337
11년 전 조회 3,332
11년 전 조회 6,095
11년 전 조회 3,072
11년 전 조회 2,284
11년 전 조회 3,504
11년 전 조회 3,079
11년 전 조회 4,085
11년 전 조회 2,318
11년 전 조회 3,009
11년 전 조회 2,939
11년 전 조회 3,064
11년 전 조회 2,698
11년 전 조회 2,656
11년 전 조회 2,677
11년 전 조회 3,067
11년 전 조회 3,118
11년 전 조회 3,220
11년 전 조회 3,097
11년 전 조회 3,415
11년 전 조회 2,641
11년 전 조회 2,846
11년 전 조회 2,798
11년 전 조회 2,915
11년 전 조회 3,423
11년 전 조회 3,030
11년 전 조회 3,022
11년 전 조회 7,511
11년 전 조회 3,060
11년 전 조회 3,187
11년 전 조회 3,218
11년 전 조회 3,351
11년 전 조회 3,737
11년 전 조회 5,327
11년 전 조회 3,710
11년 전 조회 2,512
11년 전 조회 2,322
11년 전 조회 2,450
11년 전 조회 2,547
11년 전 조회 2,815
11년 전 조회 1.7만
11년 전 조회 2,901
11년 전 조회 2,049
11년 전 조회 2,107
11년 전 조회 2,353
11년 전 조회 4,625
11년 전 조회 2,420
11년 전 조회 2,188
11년 전 조회 2,241
11년 전 조회 2,096
11년 전 조회 2,257
11년 전 조회 3,039
11년 전 조회 2,030
11년 전 조회 2,441
11년 전 조회 3,102
11년 전 조회 1,977
11년 전 조회 2,792
11년 전 조회 2,144
11년 전 조회 2,276
11년 전 조회 2,759
11년 전 조회 3,048
11년 전 조회 1,984
11년 전 조회 2,586
11년 전 조회 1,937
11년 전 조회 5,073
11년 전 조회 2,517
11년 전 조회 2,740
11년 전 조회 2,539
11년 전 조회 1,989
11년 전 조회 2,116