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

· 11년 전 · 3393
 
모바일에서 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,146
11년 전 조회 3,044
11년 전 조회 3,870
11년 전 조회 2,221
11년 전 조회 3,266
11년 전 조회 5,922
11년 전 조회 3,073
11년 전 조회 3,271
11년 전 조회 2,176
11년 전 조회 2,451
11년 전 조회 2,923
11년 전 조회 3,061
11년 전 조회 2,953
11년 전 조회 3,669
11년 전 조회 2,610
11년 전 조회 4,529
11년 전 조회 4,698
11년 전 조회 3,245
11년 전 조회 6,196
11년 전 조회 1.1만
11년 전 조회 4,087
11년 전 조회 2,580
11년 전 조회 4,706
11년 전 조회 4,051
11년 전 조회 3,426
11년 전 조회 2,458
11년 전 조회 5,685
11년 전 조회 2,161
11년 전 조회 2,686
11년 전 조회 3,106
11년 전 조회 3,313
11년 전 조회 3,310
11년 전 조회 6,069
11년 전 조회 3,052
11년 전 조회 2,267
11년 전 조회 3,484
11년 전 조회 3,057
11년 전 조회 4,067
11년 전 조회 2,299
11년 전 조회 2,990
11년 전 조회 2,917
11년 전 조회 3,045
11년 전 조회 2,678
11년 전 조회 2,640
11년 전 조회 2,659
11년 전 조회 3,050
11년 전 조회 3,101
11년 전 조회 3,200
11년 전 조회 3,079
11년 전 조회 3,394
11년 전 조회 2,627
11년 전 조회 2,824
11년 전 조회 2,778
11년 전 조회 2,894
11년 전 조회 3,410
11년 전 조회 3,013
11년 전 조회 3,004
11년 전 조회 7,496
11년 전 조회 3,038
11년 전 조회 3,168
11년 전 조회 3,198
11년 전 조회 3,332
11년 전 조회 3,720
11년 전 조회 5,312
11년 전 조회 3,692
11년 전 조회 2,495
11년 전 조회 2,309
11년 전 조회 2,434
11년 전 조회 2,528
11년 전 조회 2,796
11년 전 조회 1.7만
11년 전 조회 2,882
11년 전 조회 2,031
11년 전 조회 2,090
11년 전 조회 2,341
11년 전 조회 4,615
11년 전 조회 2,396
11년 전 조회 2,169
11년 전 조회 2,228
11년 전 조회 2,084
11년 전 조회 2,245
11년 전 조회 3,027
11년 전 조회 2,016
11년 전 조회 2,415
11년 전 조회 3,079
11년 전 조회 1,958
11년 전 조회 2,769
11년 전 조회 2,123
11년 전 조회 2,262
11년 전 조회 2,744
11년 전 조회 3,030
11년 전 조회 1,965
11년 전 조회 2,566
11년 전 조회 1,918
11년 전 조회 5,058
11년 전 조회 2,502
11년 전 조회 2,729
11년 전 조회 2,531
11년 전 조회 1,977
11년 전 조회 2,094