모바일에서 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 = "";
<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 );
}
{
//괄호 속 인자 ( 성공일 때 함수명, 실패일 때 함수명)
navigator.geolocation.getCurrentPosition( showPosition, handleError );
}
else
{
alert('navigator.geolocation 브라우저 미지원');
}
{
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 );
}
{
//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;
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);;
}
});
}
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>
<!-- <div id="add1" style="font-size:13px;"></div> -->
</body>
</html>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7130 | 11년 전 | 2301 | ||
| 7129 | 11년 전 | 703 | ||
| 7128 |
senseme
|
11년 전 | 1283 | |
| 7127 | 11년 전 | 1159 | ||
| 7126 | 11년 전 | 808 | ||
| 7125 | 11년 전 | 2939 | ||
| 7124 | 11년 전 | 1417 | ||
| 7123 |
잘살아보자
|
11년 전 | 1274 | |
| 7122 |
잘살아보자
|
11년 전 | 675 | |
| 7121 |
잘살아보자
|
11년 전 | 3022 | |
| 7120 |
잘살아보자
|
11년 전 | 2902 | |
| 7119 |
잘살아보자
|
11년 전 | 721 | |
| 7118 |
잘살아보자
|
11년 전 | 3423 | |
| 7117 |
잘살아보자
|
11년 전 | 846 | |
| 7116 | 11년 전 | 735 | ||
| 7115 | 11년 전 | 1023 | ||
| 7114 | 11년 전 | 829 | ||
| 7113 | 11년 전 | 648 | ||
| 7112 | 11년 전 | 1069 | ||
| 7111 | 11년 전 | 1784 | ||
| 7110 | 11년 전 | 1027 | ||
| 7109 |
버섯먹은나
|
11년 전 | 790 | |
| 7108 | 11년 전 | 623 | ||
| 7107 | 11년 전 | 2399 | ||
| 7106 | 11년 전 | 1947 | ||
| 7105 | 11년 전 | 2476 | ||
| 7104 | 11년 전 | 1413 | ||
| 7103 |
|
11년 전 | 2695 | |
| 7102 | 11년 전 | 3112 | ||
| 7101 | 11년 전 | 4432 | ||
| 7100 | 11년 전 | 5780 | ||
| 7099 | 11년 전 | 2127 | ||
| 7098 | 11년 전 | 1709 | ||
| 7097 | 11년 전 | 1441 | ||
| 7096 | 11년 전 | 1117 | ||
| 7095 |
잘살아보자
|
11년 전 | 849 | |
| 7094 |
잘살아보자
|
11년 전 | 1043 | |
| 7093 |
잘살아보자
|
11년 전 | 920 | |
| 7092 |
잘살아보자
|
11년 전 | 1406 | |
| 7091 |
잘살아보자
|
11년 전 | 2202 | |
| 7090 |
잘살아보자
|
11년 전 | 876 | |
| 7089 | 11년 전 | 1051 | ||
| 7088 | 11년 전 | 1701 | ||
| 7087 | 11년 전 | 1395 | ||
| 7086 | 11년 전 | 1298 | ||
| 7085 |
|
11년 전 | 1219 | |
| 7084 | 11년 전 | 1140 | ||
| 7083 | 11년 전 | 3490 | ||
| 7082 | 11년 전 | 1133 | ||
| 7081 | 11년 전 | 1728 | ||
| 7080 | 11년 전 | 2006 | ||
| 7079 | 11년 전 | 1312 | ||
| 7078 | 11년 전 | 1291 | ||
| 7077 | 11년 전 | 1288 | ||
| 7076 | 11년 전 | 757 | ||
| 7075 | 11년 전 | 1149 | ||
| 7074 |
네이비칼라
|
11년 전 | 1494 | |
| 7073 | 11년 전 | 1463 | ||
| 7072 |
|
11년 전 | 826 | |
| 7071 | 11년 전 | 1186 | ||
| 7070 | 11년 전 | 927 | ||
| 7069 | 11년 전 | 1692 | ||
| 7068 | 11년 전 | 1335 | ||
| 7067 |
TPSint
|
11년 전 | 723 | |
| 7066 | 11년 전 | 2147 | ||
| 7065 | 11년 전 | 6634 | ||
| 7064 | 11년 전 | 1285 | ||
| 7063 | 11년 전 | 1129 | ||
| 7062 | 11년 전 | 1062 | ||
| 7061 | 11년 전 | 906 | ||
| 7060 | 11년 전 | 1460 | ||
| 7059 | 11년 전 | 855 | ||
| 7058 |
EngineMan
|
11년 전 | 3395 | |
| 7057 | 11년 전 | 1240 | ||
| 7056 | 11년 전 | 1631 | ||
| 7055 | 11년 전 | 1005 | ||
| 7054 | 11년 전 | 2645 | ||
| 7053 |
네이비칼라
|
11년 전 | 1275 | |
| 7052 | 11년 전 | 2573 | ||
| 7051 | 11년 전 | 1931 | ||
| 7050 | 11년 전 | 2446 | ||
| 7049 | 11년 전 | 1393 | ||
| 7048 | 11년 전 | 2523 | ||
| 7047 | 11년 전 | 1339 | ||
| 7046 | 11년 전 | 1025 | ||
| 7045 | 11년 전 | 1051 | ||
| 7044 | 11년 전 | 5430 | ||
| 7043 | 11년 전 | 1220 | ||
| 7042 | 11년 전 | 777 | ||
| 7041 |
열라뽕똬이
|
11년 전 | 751 | |
| 7040 | 11년 전 | 1105 | ||
| 7039 | 11년 전 | 1452 | ||
| 7038 | 11년 전 | 1867 | ||
| 7037 | 11년 전 | 2171 | ||
| 7036 | 11년 전 | 1081 | ||
| 7035 | 11년 전 | 1400 | ||
| 7034 | 11년 전 | 1341 | ||
| 7033 |
열라뽕똬이
|
11년 전 | 987 | |
| 7032 | 11년 전 | 748 | ||
| 7031 | 11년 전 | 2174 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기