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

· 11년 전 · 3518
 
모바일에서 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
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
11년 전 조회 5,261
11년 전 조회 3,154
11년 전 조회 3,998
11년 전 조회 2,332
11년 전 조회 3,401
11년 전 조회 6,051
11년 전 조회 3,210
11년 전 조회 3,380
11년 전 조회 2,311
11년 전 조회 2,514
11년 전 조회 3,048
11년 전 조회 3,204
11년 전 조회 3,061
11년 전 조회 3,788
11년 전 조회 2,737
11년 전 조회 4,641
11년 전 조회 4,826
11년 전 조회 3,353
11년 전 조회 6,314
11년 전 조회 1.1만
11년 전 조회 4,210
11년 전 조회 2,701
11년 전 조회 4,827
11년 전 조회 4,167
11년 전 조회 3,488
11년 전 조회 2,593
11년 전 조회 5,803
11년 전 조회 2,280
11년 전 조회 2,800
11년 전 조회 3,232
11년 전 조회 3,441
11년 전 조회 3,424
11년 전 조회 6,183
11년 전 조회 3,192
11년 전 조회 2,377
11년 전 조회 3,613
11년 전 조회 3,195
11년 전 조회 4,208
11년 전 조회 2,421
11년 전 조회 3,106
11년 전 조회 3,043
11년 전 조회 3,163
11년 전 조회 2,796
11년 전 조회 2,735
11년 전 조회 2,783
11년 전 조회 3,166
11년 전 조회 3,208
11년 전 조회 3,319
11년 전 조회 3,189
11년 전 조회 3,519
11년 전 조회 2,739
11년 전 조회 2,951
11년 전 조회 2,909
11년 전 조회 3,006
11년 전 조회 3,524
11년 전 조회 3,128
11년 전 조회 3,107
11년 전 조회 7,626
11년 전 조회 3,157
11년 전 조회 3,275
11년 전 조회 3,306
11년 전 조회 3,464
11년 전 조회 3,826
11년 전 조회 5,409
11년 전 조회 3,817
11년 전 조회 2,618
11년 전 조회 2,426
11년 전 조회 2,546
11년 전 조회 2,646
11년 전 조회 2,916
11년 전 조회 1.7만
11년 전 조회 2,993
11년 전 조회 2,150
11년 전 조회 2,194
11년 전 조회 2,443
11년 전 조회 4,728
11년 전 조회 2,536
11년 전 조회 2,301
11년 전 조회 2,367
11년 전 조회 2,206
11년 전 조회 2,359
11년 전 조회 3,168
11년 전 조회 2,135
11년 전 조회 2,559
11년 전 조회 3,220
11년 전 조회 2,119
11년 전 조회 2,907
11년 전 조회 2,259
11년 전 조회 2,392
11년 전 조회 2,882
11년 전 조회 3,165
11년 전 조회 2,091
11년 전 조회 2,700
11년 전 조회 2,047
11년 전 조회 5,182
11년 전 조회 2,641
11년 전 조회 2,862
11년 전 조회 2,661
11년 전 조회 2,101
11년 전 조회 2,226