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

· 11년 전 · 3315
 
모바일에서 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,042
11년 전 조회 2,938
11년 전 조회 3,765
11년 전 조회 2,137
11년 전 조회 3,169
11년 전 조회 5,840
11년 전 조회 2,964
11년 전 조회 3,179
11년 전 조회 2,088
11년 전 조회 2,422
11년 전 조회 2,832
11년 전 조회 2,968
11년 전 조회 2,862
11년 전 조회 3,578
11년 전 조회 2,503
11년 전 조회 4,450
11년 전 조회 4,602
11년 전 조회 3,146
11년 전 조회 6,095
11년 전 조회 1.1만
11년 전 조회 4,010
11년 전 조회 2,491
11년 전 조회 4,601
11년 전 조회 3,945
11년 전 조회 3,406
11년 전 조회 2,365
11년 전 조회 5,594
11년 전 조회 2,071
11년 전 조회 2,605
11년 전 조회 3,021
11년 전 조회 3,222
11년 전 조회 3,243
11년 전 조회 5,984
11년 전 조회 2,959
11년 전 조회 2,187
11년 전 조회 3,405
11년 전 조회 2,971
11년 전 조회 3,986
11년 전 조회 2,204
11년 전 조회 2,885
11년 전 조회 2,831
11년 전 조회 2,951
11년 전 조회 2,589
11년 전 조회 2,534
11년 전 조회 2,575
11년 전 조회 2,963
11년 전 조회 3,009
11년 전 조회 3,098
11년 전 조회 2,994
11년 전 조회 3,316
11년 전 조회 2,541
11년 전 조회 2,719
11년 전 조회 2,677
11년 전 조회 2,806
11년 전 조회 3,323
11년 전 조회 2,919
11년 전 조회 2,893
11년 전 조회 7,408
11년 전 조회 2,957
11년 전 조회 3,076
11년 전 조회 3,101
11년 전 조회 3,244
11년 전 조회 3,608
11년 전 조회 5,221
11년 전 조회 3,605
11년 전 조회 2,425
11년 전 조회 2,214
11년 전 조회 2,346
11년 전 조회 2,437
11년 전 조회 2,702
11년 전 조회 1.7만
11년 전 조회 2,802
11년 전 조회 1,940
11년 전 조회 1,991
11년 전 조회 2,238
11년 전 조회 4,530
11년 전 조회 2,308
11년 전 조회 2,094
11년 전 조회 2,140
11년 전 조회 2,010
11년 전 조회 2,172
11년 전 조회 2,945
11년 전 조회 1,927
11년 전 조회 2,324
11년 전 조회 2,993
11년 전 조회 1,886
11년 전 조회 2,704
11년 전 조회 2,055
11년 전 조회 2,190
11년 전 조회 2,672
11년 전 조회 2,949
11년 전 조회 1,900
11년 전 조회 2,482
11년 전 조회 1,836
11년 전 조회 4,982
11년 전 조회 2,407
11년 전 조회 2,660
11년 전 조회 2,449
11년 전 조회 1,891
11년 전 조회 2,022