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

· 11년 전 · 3480
 
모바일에서 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,220
11년 전 조회 3,119
11년 전 조회 3,956
11년 전 조회 2,296
11년 전 조회 3,359
11년 전 조회 6,003
11년 전 조회 3,165
11년 전 조회 3,352
11년 전 조회 2,260
11년 전 조회 2,494
11년 전 조회 3,010
11년 전 조회 3,140
11년 전 조회 3,030
11년 전 조회 3,738
11년 전 조회 2,686
11년 전 조회 4,601
11년 전 조회 4,784
11년 전 조회 3,325
11년 전 조회 6,276
11년 전 조회 1.1만
11년 전 조회 4,167
11년 전 조회 2,654
11년 전 조회 4,788
11년 전 조회 4,130
11년 전 조회 3,473
11년 전 조회 2,545
11년 전 조회 5,762
11년 전 조회 2,241
11년 전 조회 2,762
11년 전 조회 3,198
11년 전 조회 3,394
11년 전 조회 3,391
11년 전 조회 6,148
11년 전 조회 3,140
11년 전 조회 2,343
11년 전 조회 3,570
11년 전 조회 3,155
11년 전 조회 4,156
11년 전 조회 2,380
11년 전 조회 3,071
11년 전 조회 3,006
11년 전 조회 3,129
11년 전 조회 2,759
11년 전 조회 2,711
11년 전 조회 2,742
11년 전 조회 3,128
11년 전 조회 3,175
11년 전 조회 3,281
11년 전 조회 3,158
11년 전 조회 3,481
11년 전 조회 2,703
11년 전 조회 2,919
11년 전 조회 2,868
11년 전 조회 2,970
11년 전 조회 3,481
11년 전 조회 3,090
11년 전 조회 3,070
11년 전 조회 7,591
11년 전 조회 3,121
11년 전 조회 3,242
11년 전 조회 3,280
11년 전 조회 3,421
11년 전 조회 3,787
11년 전 조회 5,384
11년 전 조회 3,771
11년 전 조회 2,577
11년 전 조회 2,391
11년 전 조회 2,508
11년 전 조회 2,609
11년 전 조회 2,876
11년 전 조회 1.7만
11년 전 조회 2,955
11년 전 조회 2,113
11년 전 조회 2,154
11년 전 조회 2,412
11년 전 조회 4,680
11년 전 조회 2,496
11년 전 조회 2,254
11년 전 조회 2,311
11년 전 조회 2,171
11년 전 조회 2,314
11년 전 조회 3,113
11년 전 조회 2,095
11년 전 조회 2,511
11년 전 조회 3,165
11년 전 조회 2,064
11년 전 조회 2,863
11년 전 조회 2,204
11년 전 조회 2,355
11년 전 조회 2,830
11년 전 조회 3,117
11년 전 조회 2,059
11년 전 조회 2,661
11년 전 조회 2,004
11년 전 조회 5,138
11년 전 조회 2,600
11년 전 조회 2,817
11년 전 조회 2,610
11년 전 조회 2,064
11년 전 조회 2,183