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

· 11년 전 · 3060
 
모바일에서 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년 전 조회 4,785
11년 전 조회 2,650
11년 전 조회 3,509
11년 전 조회 1,851
11년 전 조회 2,898
11년 전 조회 5,540
11년 전 조회 2,659
11년 전 조회 2,899
11년 전 조회 1,818
11년 전 조회 2,111
11년 전 조회 2,586
11년 전 조회 2,711
11년 전 조회 2,575
11년 전 조회 3,308
11년 전 조회 2,221
11년 전 조회 4,152
11년 전 조회 4,309
11년 전 조회 2,888
11년 전 조회 5,830
11년 전 조회 1.1만
11년 전 조회 3,717
11년 전 조회 2,196
11년 전 조회 4,326
11년 전 조회 3,657
11년 전 조회 3,100
11년 전 조회 2,111
11년 전 조회 5,346
11년 전 조회 1,790
11년 전 조회 2,309
11년 전 조회 2,751
11년 전 조회 2,949
11년 전 조회 2,944
11년 전 조회 5,690
11년 전 조회 2,698
11년 전 조회 1,942
11년 전 조회 3,141
11년 전 조회 2,679
11년 전 조회 3,687
11년 전 조회 1,909
11년 전 조회 2,634
11년 전 조회 2,563
11년 전 조회 2,667
11년 전 조회 2,302
11년 전 조회 2,261
11년 전 조회 2,293
11년 전 조회 2,672
11년 전 조회 2,740
11년 전 조회 2,825
11년 전 조회 2,733
11년 전 조회 3,061
11년 전 조회 2,263
11년 전 조회 2,421
11년 전 조회 2,406
11년 전 조회 2,550
11년 전 조회 3,050
11년 전 조회 2,619
11년 전 조회 2,612
11년 전 조회 7,105
11년 전 조회 2,658
11년 전 조회 2,801
11년 전 조회 2,836
11년 전 조회 2,968
11년 전 조회 3,347
11년 전 조회 4,954
11년 전 조회 3,357
11년 전 조회 2,125
11년 전 조회 1,892
11년 전 조회 2,045
11년 전 조회 2,121
11년 전 조회 2,431
11년 전 조회 1.7만
11년 전 조회 2,532
11년 전 조회 1,636
11년 전 조회 1,690
11년 전 조회 1,956
11년 전 조회 4,245
11년 전 조회 2,029
11년 전 조회 1,799
11년 전 조회 1,839
11년 전 조회 1,733
11년 전 조회 1,907
11년 전 조회 2,758
11년 전 조회 1,635
11년 전 조회 2,071
11년 전 조회 2,715
11년 전 조회 1,586
11년 전 조회 2,449
11년 전 조회 1,781
11년 전 조회 1,951
11년 전 조회 2,410
11년 전 조회 2,682
11년 전 조회 1,659
11년 전 조회 2,214
11년 전 조회 1,590
11년 전 조회 4,747
11년 전 조회 2,150
11년 전 조회 2,411
11년 전 조회 2,190
11년 전 조회 1,630
11년 전 조회 1,760