모바일에서 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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7230 | 11년 전 | 3611 | ||
| 7229 | 11년 전 | 3738 | ||
| 7228 | 11년 전 | 3781 | ||
| 7227 | 11년 전 | 3908 | ||
| 7226 | 11년 전 | 2363 | ||
| 7225 | 11년 전 | 17448 | ||
| 7224 |
AngryDev
|
11년 전 | 1348 | |
| 7223 |
돌아온깡통
|
11년 전 | 1094 | |
| 7222 |
돌아온깡통
|
11년 전 | 1035 | |
| 7221 |
돌아온깡통
|
11년 전 | 881 | |
| 7220 |
돌아온깡통
|
11년 전 | 1001 | |
| 7219 |
돌아온깡통
|
11년 전 | 834 | |
| 7218 |
돌아온깡통
|
11년 전 | 661 | |
| 7217 |
돌아온깡통
|
11년 전 | 1044 | |
| 7216 |
돌아온깡통
|
11년 전 | 789 | |
| 7215 |
돌아온깡통
|
11년 전 | 700 | |
| 7214 |
돌아온깡통
|
11년 전 | 1050 | |
| 7213 |
돌아온깡통
|
11년 전 | 919 | |
| 7212 |
돌아온깡통
|
11년 전 | 713 | |
| 7211 |
돌아온깡통
|
11년 전 | 866 | |
| 7210 |
돌아온깡통
|
11년 전 | 884 | |
| 7209 |
돌아온깡통
|
11년 전 | 889 | |
| 7208 |
돌아온깡통
|
11년 전 | 999 | |
| 7207 |
돌아온깡통
|
11년 전 | 623 | |
| 7206 |
돌아온깡통
|
11년 전 | 675 | |
| 7205 |
돌아온깡통
|
11년 전 | 860 | |
| 7204 |
돌아온깡통
|
11년 전 | 718 | |
| 7203 |
돌아온깡통
|
11년 전 | 744 | |
| 7202 |
돌아온깡통
|
11년 전 | 708 | |
| 7201 |
돌아온깡통
|
11년 전 | 659 | |
| 7200 |
돌아온깡통
|
11년 전 | 704 | |
| 7199 |
돌아온깡통
|
11년 전 | 1317 | |
| 7198 |
돌아온깡통
|
11년 전 | 646 | |
| 7197 |
돌아온깡통
|
11년 전 | 960 | |
| 7196 |
돌아온깡통
|
11년 전 | 859 | |
| 7195 |
돌아온깡통
|
11년 전 | 604 | |
| 7194 |
돌아온깡통
|
11년 전 | 632 | |
| 7193 |
돌아온깡통
|
11년 전 | 697 | |
| 7192 |
돌아온깡통
|
11년 전 | 725 | |
| 7191 |
joe031
|
11년 전 | 1253 | |
| 7190 | 11년 전 | 4146 | ||
| 7189 | 11년 전 | 1231 | ||
| 7188 |
잘살아보자
|
11년 전 | 945 | |
| 7187 | 11년 전 | 1424 | ||
| 7186 |
kiplayer
|
11년 전 | 7542 | |
| 7185 | 11년 전 | 1133 | ||
| 7184 |
잘살아보자
|
11년 전 | 2331 | |
| 7183 |
잘살아보자
|
11년 전 | 1145 | |
| 7182 |
잘살아보자
|
11년 전 | 1208 | |
| 7181 | 11년 전 | 1483 | ||
| 7180 |
하얀비요일
|
11년 전 | 982 | |
| 7179 |
잘살아보자
|
11년 전 | 981 | |
| 7178 | 11년 전 | 976 | ||
| 7177 | 11년 전 | 999 | ||
| 7176 | 11년 전 | 1658 | ||
| 7175 |
|
11년 전 | 1043 | |
| 7174 |
kiplayer
|
11년 전 | 1172 | |
| 7173 | 11년 전 | 959 | ||
| 7172 |
잘살아보자
|
11년 전 | 4642 | |
| 7171 |
잘살아보자
|
11년 전 | 701 | |
| 7170 | 11년 전 | 1066 | ||
| 7169 |
초심의설렘
|
11년 전 | 1466 | |
| 7168 | 11년 전 | 1001 | ||
| 7167 |
잘살아보자
|
11년 전 | 5282 | |
| 7166 |
잘살아보자
|
11년 전 | 3425 | |
| 7165 | 11년 전 | 4949 | ||
| 7164 | 11년 전 | 823 | ||
| 7163 | 11년 전 | 1193 | ||
| 7162 |
울라라라우
|
11년 전 | 1379 | |
| 7161 | 11년 전 | 1256 | ||
| 7160 |
skyler
|
11년 전 | 1185 | |
| 7159 |
|
11년 전 | 691 | |
| 7158 |
|
11년 전 | 3350 | |
| 7157 |
잘살아보자
|
11년 전 | 2887 | |
| 7156 |
잘살아보자
|
11년 전 | 2221 | |
| 7155 |
잘살아보자
|
11년 전 | 1448 | |
| 7154 |
잘살아보자
|
11년 전 | 1447 | |
| 7153 | 11년 전 | 2886 | ||
| 7152 |
울라라라우
|
11년 전 | 825 | |
| 7151 | 11년 전 | 1053 | ||
| 7150 |
잘살아보자
|
11년 전 | 2384 | |
| 7149 |
잘살아보자
|
11년 전 | 3289 | |
| 7148 |
잘살아보자
|
11년 전 | 1188 | |
| 7147 |
잘살아보자
|
11년 전 | 755 | |
| 7146 |
잘살아보자
|
11년 전 | 1395 | |
| 7145 |
잘살아보자
|
11년 전 | 706 | |
| 7144 |
잘살아보자
|
11년 전 | 1300 | |
| 7143 |
잘살아보자
|
11년 전 | 755 | |
| 7142 |
잘살아보자
|
11년 전 | 1445 | |
| 7141 |
잘살아보자
|
11년 전 | 1196 | |
| 7140 |
잘살아보자
|
11년 전 | 2004 | |
| 7139 |
잘살아보자
|
11년 전 | 3668 | |
| 7138 |
잘살아보자
|
11년 전 | 3163 | |
| 7137 |
잘살아보자
|
11년 전 | 3626 | |
| 7136 |
잘살아보자
|
11년 전 | 1380 | |
| 7135 |
gooroo
|
11년 전 | 1610 | |
| 7134 |
열라뽕똬이
|
11년 전 | 2315 | |
| 7133 |
|
11년 전 | 1014 | |
| 7132 | 11년 전 | 1425 | ||
| 7131 | 11년 전 | 3567 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기