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

· 11년 전 · 3050
 
모바일에서 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년 전 조회 4,767
11년 전 조회 2,634
11년 전 조회 3,496
11년 전 조회 1,845
11년 전 조회 2,886
11년 전 조회 5,525
11년 전 조회 2,643
11년 전 조회 2,889
11년 전 조회 1,801
11년 전 조회 2,111
11년 전 조회 2,581
11년 전 조회 2,706
11년 전 조회 2,566
11년 전 조회 3,296
11년 전 조회 2,206
11년 전 조회 4,141
11년 전 조회 4,298
11년 전 조회 2,873
11년 전 조회 5,819
11년 전 조회 1.1만
11년 전 조회 3,703
11년 전 조회 2,182
11년 전 조회 4,309
11년 전 조회 3,644
11년 전 조회 3,100
11년 전 조회 2,095
11년 전 조회 5,332
11년 전 조회 1,771
11년 전 조회 2,289
11년 전 조회 2,736
11년 전 조회 2,933
11년 전 조회 2,928
11년 전 조회 5,666
11년 전 조회 2,687
11년 전 조회 1,929
11년 전 조회 3,124
11년 전 조회 2,656
11년 전 조회 3,670
11년 전 조회 1,895
11년 전 조회 2,616
11년 전 조회 2,538
11년 전 조회 2,654
11년 전 조회 2,284
11년 전 조회 2,247
11년 전 조회 2,280
11년 전 조회 2,653
11년 전 조회 2,725
11년 전 조회 2,808
11년 전 조회 2,716
11년 전 조회 3,051
11년 전 조회 2,241
11년 전 조회 2,408
11년 전 조회 2,390
11년 전 조회 2,535
11년 전 조회 3,034
11년 전 조회 2,599
11년 전 조회 2,600
11년 전 조회 7,096
11년 전 조회 2,638
11년 전 조회 2,786
11년 전 조회 2,816
11년 전 조회 2,959
11년 전 조회 3,338
11년 전 조회 4,937
11년 전 조회 3,347
11년 전 조회 2,107
11년 전 조회 1,877
11년 전 조회 2,030
11년 전 조회 2,113
11년 전 조회 2,416
11년 전 조회 1.7만
11년 전 조회 2,518
11년 전 조회 1,615
11년 전 조회 1,677
11년 전 조회 1,939
11년 전 조회 4,227
11년 전 조회 2,016
11년 전 조회 1,782
11년 전 조회 1,823
11년 전 조회 1,720
11년 전 조회 1,895
11년 전 조회 2,747
11년 전 조회 1,618
11년 전 조회 2,059
11년 전 조회 2,701
11년 전 조회 1,573
11년 전 조회 2,435
11년 전 조회 1,769
11년 전 조회 1,932
11년 전 조회 2,395
11년 전 조회 2,670
11년 전 조회 1,646
11년 전 조회 2,195
11년 전 조회 1,577
11년 전 조회 4,733
11년 전 조회 2,127
11년 전 조회 2,392
11년 전 조회 2,179
11년 전 조회 1,618
11년 전 조회 1,742